bsh
Class ClassGeneratorUtil.ConstructorArgs
java.lang.Object
bsh.ClassGeneratorUtil.ConstructorArgs
- ClassGeneratorUtil
public static class ClassGeneratorUtil.ConstructorArgs
extends java.lang.Object
A ConstructorArgs object holds evaluated arguments for a constructor
call as well as the index of a possible alternate selector to invoke.
This object is used by the constructor switch.
generateConstructor( int , String [] , int , ClassWriter )
selector
public int selector
getBoolean
public boolean getBoolean()
getByte
public byte getByte()
getChar
public char getChar()
getDouble
public double getDouble()
getFloat
public float getFloat()
getInt
public int getInt()
getLong
public long getLong()
getObject
public Object getObject()
getShort
public short getShort()
© 2000-2005 pat@pat.net :-)