Class AbstractFunctionInvokation
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.parse.expression.AbstractExpression
org.benf.cfr.reader.bytecode.analysis.parse.expression.AbstractFunctionInvokation
- All Implemented Interfaces:
HasByteCodeLoc, Expression, DeepCloneable<Expression>, ComparableUnderEC, Dumpable, DumpableWithPrecedence, TypeUsageCollectable
- Direct Known Subclasses:
AbstractMemberFunctionInvokation, StaticFunctionInvokation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ConstantPoolEntryMethodRefprivate final MethodPrototype -
Constructor Summary
ConstructorsConstructorDescriptionAbstractFunctionInvokation(BytecodeLoc loc, ConstantPoolEntryMethodRef function, InferredJavaType inferredJavaType) -
Method Summary
Modifier and TypeMethodDescriptionabstract voidapplyExpressionRewriterToArgs(ExpressionRewriter expressionRewriter, SSAIdentifiers ssaIdentifiers, StatementContainer statementContainer, ExpressionRewriterFlags flags) abstract List<Expression> getArgs()abstract List<JavaTypeInstance> (package private) StringgetName()booleanabstract voidsetExplicitGenerics(List<JavaTypeInstance> types) Methods inherited from class AbstractExpression
addLoc, canPushDownInto, canThrow, collectTypeUsages, dump, dumpInner, dumpWithOuterPrecedence, equals, getComputedLiteral, getInferredJavaType, getLoc, getPrecedence, isSimple, outerDeepClone, pushDown, toString, visitMethods inherited from class Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface DeepCloneable
deepCloneMethods inherited from interface Expression
applyExpressionRewriter, applyReverseExpressionRewriter, collectUsedLValues, equivalentUnder, replaceSingleUsageLValuesMethods inherited from interface HasByteCodeLoc
getCombinedLoc
-
Field Details
-
function
-
methodPrototype
-
-
Constructor Details
-
AbstractFunctionInvokation
AbstractFunctionInvokation(BytecodeLoc loc, ConstantPoolEntryMethodRef function, InferredJavaType inferredJavaType)
-
-
Method Details
-
applyExpressionRewriterToArgs
public abstract void applyExpressionRewriterToArgs(ExpressionRewriter expressionRewriter, SSAIdentifiers ssaIdentifiers, StatementContainer statementContainer, ExpressionRewriterFlags flags) -
setExplicitGenerics
-
getExplicitGenerics
-
getFunction
-
getMethodPrototype
-
getName
-
getFixedName
String getFixedName() -
isValidStatement
public boolean isValidStatement()- Specified by:
isValidStatementin interfaceExpression- Overrides:
isValidStatementin classAbstractExpression
-
getArgs
-