Class AbstractAsmGenerator.ScopeInfo

java.lang.Object
org.ek9lang.compiler.backend.jvm.AbstractAsmGenerator.ScopeInfo
Enclosing class:
AbstractAsmGenerator

static class AbstractAsmGenerator.ScopeInfo extends Object
Scope boundary information for tracking variable lifetimes.
  • Field Details

    • scopeId

      final String scopeId
    • startLabel

      org.objectweb.asm.Label startLabel
    • endLabel

      org.objectweb.asm.Label endLabel
  • Constructor Details

    • ScopeInfo

      public ScopeInfo(String scopeId)