| Constructor and Description |
|---|
LocalVariable(int stackPosition,
Ident ident,
VariableNamer variableNamer,
int originalRawOffset,
boolean clashed,
InferredJavaType inferredJavaType) |
| Modifier and Type | Field and Description |
|---|---|
private VariableNamer |
MethodPrototype.variableNamer |
| Constructor and Description |
|---|
MethodPrototype(DCCommonState state,
ClassFile classFile,
JavaTypeInstance classType,
java.lang.String name,
boolean instanceMethod,
Method.MethodConstructor constructorFlag,
java.util.List<FormalTypeParameter> formalTypeParameters,
java.util.List<JavaTypeInstance> args,
JavaTypeInstance result,
java.util.List<JavaTypeInstance> exceptionTypes,
boolean varargs,
VariableNamer variableNamer,
boolean synthetic,
java.lang.String originalDescriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableNamerDefault |
class |
VariableNamerHinted |
| Modifier and Type | Field and Description |
|---|---|
private VariableNamer |
VariableNamerHinted.missingNamer |
private VariableNamer |
VariableFactory.variableNamer |
| Modifier and Type | Method and Description |
|---|---|
static VariableNamer |
VariableNamerFactory.getNamer(AttributeLocalVariableTable source,
ConstantPool cp) |
| Modifier and Type | Field and Description |
|---|---|
private VariableNamer |
Method.variableNamer |
| Modifier and Type | Method and Description |
|---|---|
VariableNamer |
Method.getVariableNamer() |
| Modifier and Type | Field and Description |
|---|---|
private static VariableNamer |
ConstantPoolEntryMethodRef.fakeNamer |
| Modifier and Type | Method and Description |
|---|---|
static MethodPrototype |
ConstantPoolUtils.parseJavaMethodPrototype(DCCommonState state,
ClassFile classFile,
JavaTypeInstance classType,
java.lang.String name,
boolean instanceMethod,
Method.MethodConstructor constructorFlag,
ConstantPoolEntryUTF8 prototype,
ConstantPool cp,
boolean varargs,
boolean synthetic,
VariableNamer variableNamer,
java.lang.String originalDescriptor) |