Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters | |
org.benf.cfr.reader.bytecode.analysis.types |
Constructor and Description |
---|
IllegalGenericRewriter(ConstantPool cp,
Map<String,FormalTypeParameter> formalParams) |
Modifier and Type | Method and Description |
---|---|
Map<String,FormalTypeParameter> |
MethodPrototype.getFormalParameterMap() |
List<FormalTypeParameter> |
ClassSignature.getFormalTypeParameters() |
static Map<String,FormalTypeParameter> |
FormalTypeParameter.getMap(List<FormalTypeParameter> formalTypeParameters) |
Modifier and Type | Method and Description |
---|---|
void |
FormalTypeParameter.add(FormalTypeParameter other) |
Modifier and Type | Method and Description |
---|---|
static Map<String,FormalTypeParameter> |
FormalTypeParameter.getMap(List<FormalTypeParameter> formalTypeParameters) |
boolean |
JavaGenericPlaceholderTypeInstance.hasForeignUnbound(ConstantPool cp,
int depth,
boolean noWildcard,
Map<String,FormalTypeParameter> externals) |
boolean |
JavaGenericRefTypeInstance.hasForeignUnbound(ConstantPool cp,
int depth,
boolean noWildcard,
Map<String,FormalTypeParameter> externals) |
boolean |
JavaGenericBaseInstance.hasForeignUnbound(ConstantPool cp,
int depth,
boolean noWildcard,
Map<String,FormalTypeParameter> externals) |
boolean |
JavaWildcardTypeInstance.hasForeignUnbound(ConstantPool cp,
int depth,
boolean noWildcard,
Map<String,FormalTypeParameter> externals) |
Constructor and Description |
---|
ClassSignature(List<FormalTypeParameter> formalTypeParameters,
JavaTypeInstance superClass,
List<JavaTypeInstance> interfaces) |
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) |
Copyright © 2011-2021. All Rights Reserved.