Uses of Class
org.codehaus.janino.CodeContext.LocalScope
-
Packages that use CodeContext.LocalScope Package Description org.codehaus.janino The core of the Janino Java compiler. -
-
Uses of CodeContext.LocalScope in org.codehaus.janino
Fields in org.codehaus.janino declared as CodeContext.LocalScope Modifier and Type Field Description private CodeContext.LocalScope
CodeContext. currentLocalScope
Each List of Java.LocalVariableSlot is the local variables allocated for a block.(package private) CodeContext.LocalScope
CodeContext.LocalScope. parent
Constructors in org.codehaus.janino with parameters of type CodeContext.LocalScope Constructor Description LocalScope(CodeContext.LocalScope parent, short startingLocalSlot, StackMap startingStackMap)
-