Web Site

org.codehaus.janino
Class Java.LocalVariable

java.lang.Object
  extended byorg.codehaus.janino.Java.LocalVariable
Enclosing class:
Java

public static class Java.LocalVariable
extends Object


Field Summary
 boolean finaL
           
 short localVariableArrayIndex
           
 IClass type
           
 
Constructor Summary
Java.LocalVariable(boolean finaL, IClass type, short localVariableArrayIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

finaL

public final boolean finaL

type

public final IClass type

localVariableArrayIndex

public final short localVariableArrayIndex
Constructor Detail

Java.LocalVariable

public Java.LocalVariable(boolean finaL,
                          IClass type,
                          short localVariableArrayIndex)

Web Site