Class OverloadMethodSet.MethodData
java.lang.Object
org.benf.cfr.reader.entities.classfilehelpers.OverloadMethodSet.MethodData
- Enclosing class:
OverloadMethodSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<JavaTypeInstance> private final MethodPrototypeprivate static OverloadMethodSet.MethodDataprivate final int -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateprivateMethodData(MethodPrototype methodPrototype, List<JavaTypeInstance> methodArgs) -
Method Summary
Modifier and TypeMethodDescriptionprivate JavaTypeInstancegetArgType(int idx, JavaTypeInstance used) private OverloadMethodSet.MethodDatagetBoundVersion(GenericTypeBinder genericTypeBinder) booleanis(OverloadMethodSet.MethodData other) booleanisVararg(int idx) toString()
-
Field Details
-
methodPrototype
-
methodArgs
-
size
private final int size -
POISON
-
-
Constructor Details
-
MethodData
private MethodData() -
MethodData
-
-
Method Details
-
getArgType
-
isVararg
public boolean isVararg(int idx) -
is
-
toString
-
getBoundVersion
-