kmy.jint.compiler
Class CompilerContext.LabelInfo

java.lang.Object
  |
  +--kmy.jint.compiler.CompilerContext.LabelInfo
Enclosing class:
CompilerContext

static class CompilerContext.LabelInfo
extends java.lang.Object


Field Summary
(package private)  AbstractMark againMark
           
(package private)  AbstractMark finishMark
           
(package private)  boolean loop
           
(package private)  StatementNode stmt
           
(package private)  int syncLock
           
 
Constructor Summary
(package private) CompilerContext.LabelInfo()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

stmt

StatementNode stmt

loop

boolean loop

againMark

AbstractMark againMark

finishMark

AbstractMark finishMark

syncLock

int syncLock
Constructor Detail

CompilerContext.LabelInfo

CompilerContext.LabelInfo()