Class AbstractAsmGenerator.ScopeInfo
java.lang.Object
org.ek9lang.compiler.backend.jvm.AbstractAsmGenerator.ScopeInfo
- Enclosing class:
AbstractAsmGenerator
Scope boundary information for tracking variable lifetimes.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) org.objectweb.asm.Label
(package private) final String
(package private) org.objectweb.asm.Label
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
scopeId
-
startLabel
org.objectweb.asm.Label startLabel -
endLabel
org.objectweb.asm.Label endLabel
-
-
Constructor Details
-
ScopeInfo
-