Web Site

org.codehaus.janino
Class Java.LocalVariable

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

public static class Java.LocalVariable
extends java.lang.Object

Used during resolution.


Field Summary
 boolean finaL
           
 short localVariableArrayIndex
           
 IClass type
           
 
Constructor Summary
Java.LocalVariable(boolean finaL, IClass type)
           
 
Method Summary
 
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 short localVariableArrayIndex
Constructor Detail

Java.LocalVariable

public Java.LocalVariable(boolean finaL,
                          IClass type)

Web Site