Package | Description |
---|---|
mycompiler.mybytecode | |
mycompiler.myclass | |
mycompiler.mystatement |
Modifier and Type | Method and Description |
---|---|
void |
ClassFile.add_method(java.lang.String name,
java.lang.String param_type,
ParameterList param,
Type type,
Block block,
short acc_flag,
java.util.Vector paralist,
boolean isAbstract) |
static boolean |
SignatureInfo.needsSignature(ParameterList param,
Type type)
Gibt zurueck, ob eine Signaturdefinition fuer die Methode erforderlich ist.
|
Constructor and Description |
---|
SignatureInfo(ParameterList param,
Type type,
ClassFile cf)
Konstruktor fuer eine Methodensignatur.
|
Modifier and Type | Field and Description |
---|---|
ParameterList |
Method.parameterlist |
Modifier and Type | Method and Description |
---|---|
ParameterList |
Method.getParameterList() |
Modifier and Type | Method and Description |
---|---|
void |
Method.setParameterList(ParameterList paralist) |
Modifier and Type | Method and Description |
---|---|
void |
LambdaExpression.setParameterList(ParameterList params) |