Constructor and Description |
---|
LocalVariable(int stackPosition,
Ident ident,
VariableNamer variableNamer,
int originalRawOffset,
boolean clashed,
InferredJavaType inferredJavaType) |
Constructor and Description |
---|
MethodPrototype(DCCommonState state,
ClassFile classFile,
JavaTypeInstance classType,
String name,
boolean instanceMethod,
Method.MethodConstructor constructorFlag,
List<FormalTypeParameter> formalTypeParameters,
List<JavaTypeInstance> args,
JavaTypeInstance result,
List<JavaTypeInstance> exceptionTypes,
boolean varargs,
VariableNamer variableNamer,
boolean synthetic,
String originalDescriptor) |
Modifier and Type | Class and Description |
---|---|
class |
VariableNamerDefault |
class |
VariableNamerHinted |
Modifier and Type | Method and Description |
---|---|
static VariableNamer |
VariableNamerFactory.getNamer(AttributeLocalVariableTable source,
ConstantPool cp) |
Modifier and Type | Method and Description |
---|---|
VariableNamer |
Method.getVariableNamer() |
Modifier and Type | Method and Description |
---|---|
static MethodPrototype |
ConstantPoolUtils.parseJavaMethodPrototype(DCCommonState state,
ClassFile classFile,
JavaTypeInstance classType,
String name,
boolean instanceMethod,
Method.MethodConstructor constructorFlag,
ConstantPoolEntryUTF8 prototype,
ConstantPool cp,
boolean varargs,
boolean synthetic,
VariableNamer variableNamer,
String originalDescriptor) |
Copyright © 2011-2021. All Rights Reserved.