程序包 bsh
类 ClassGeneratorUtil.ConstructorArgs
java.lang.Object
bsh.ClassGeneratorUtil.ConstructorArgs
- 封闭类:
- ClassGeneratorUtil
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.
- 另请参阅:
-
ClassGeneratorUtil.generateConstructor(int, String [], int, ClassWriter)
-
字段概要
字段修饰符和类型字段说明A ConstructorArgs which calls the default constructorint
-
方法概要
-
字段详细资料
-
DEFAULT
A ConstructorArgs which calls the default constructor -
selector
public int selector
-
-
方法详细资料
-
getBoolean
public boolean getBoolean() -
getByte
public byte getByte() -
getChar
public char getChar() -
getShort
public short getShort() -
getInt
public int getInt() -
getLong
public long getLong() -
getDouble
public double getDouble() -
getFloat
public float getFloat() -
getObject
-