Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.parse.expression | |
org.benf.cfr.reader.entities.bootstrap | |
org.benf.cfr.reader.entities.constantpool |
Modifier and Type | Method and Description |
---|---|
ConstantPoolEntryMethodRef |
AbstractFunctionInvokation.getFunction() |
Constructor and Description |
---|
MemberFunctionInvokation(BytecodeLoc loc,
ConstantPool cp,
ConstantPoolEntryMethodRef function,
Expression object,
JavaTypeInstance bestType,
boolean special,
List<Expression> args,
List<Boolean> nulls) |
StaticFunctionInvokation(BytecodeLoc loc,
ConstantPoolEntryMethodRef function,
List<Expression> args) |
SuperFunctionInvokation(BytecodeLoc loc,
ConstantPool cp,
ConstantPoolEntryMethodRef function,
Expression object,
List<Expression> args,
List<Boolean> nulls,
boolean isOnInterface) |
Modifier and Type | Method and Description |
---|---|
ConstantPoolEntryMethodRef |
BootstrapMethodInfo.getConstantPoolEntryMethodRef() |
Modifier and Type | Method and Description |
---|---|
ConstantPoolEntryMethodRef |
ConstantPoolEntryMethodHandle.getMethodRef() |
Copyright © 2011-2021. All Rights Reserved.