bsh

Class ClassGeneratorUtil.ConstructorArgs

Enclosing Class:
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.

See Also:
generateConstructor( int , String [] , int , ClassWriter )

Field Summary

static ClassGeneratorUtil.ConstructorArgs
DEFAULT
A ConstructorArgs which calls the default constructor
int
selector

Method Summary

boolean
getBoolean()
byte
getByte()
char
getChar()
double
getDouble()
float
getFloat()
int
getInt()
long
getLong()
Object
getObject()
short
getShort()

Field Details

DEFAULT

public static ClassGeneratorUtil.ConstructorArgs 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()


getDouble

public double getDouble()


getFloat

public float getFloat()


getInt

public int getInt()


getLong

public long getLong()


getObject

public Object getObject()


getShort

public short getShort()


B) 2000-2005 pat@pat.net :-)