java.lang.Object
org.gjt.sp.jedit.bsh.ClassGeneratorUtil.ConstructorArgs
- Enclosing class:
- 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.
- See Also:
-
ClassGeneratorUtil.generateConstructor(int, String [], int, ClassWriter)
-
Field Summary
Modifier and TypeFieldDescriptionA ConstructorArgs which calls the default constructorint
-
Method Summary
-
Field Details
-
DEFAULT
A ConstructorArgs which calls the default constructor -
selector
public int selector
-
-
Method Details
-
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
-