Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.expression.AbstractFunctionInvokation
-
-
Uses of AbstractFunctionInvokation in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type AbstractFunctionInvokation Modifier and Type Method Description private void
IllegalGenericRewriter. maybeRewriteExplicitCallTyping(AbstractFunctionInvokation abstractFunctionInvokation)
-
Uses of AbstractFunctionInvokation in org.benf.cfr.reader.bytecode.analysis.parse.expression
Subclasses of AbstractFunctionInvokation in org.benf.cfr.reader.bytecode.analysis.parse.expression Modifier and Type Class Description class
AbstractMemberFunctionInvokation
class
MemberFunctionInvokation
class
StaticFunctionInvokation
class
SuperFunctionInvokation
-
Uses of AbstractFunctionInvokation in org.benf.cfr.reader.bytecode.analysis.parse.rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.parse.rewriters with parameters of type AbstractFunctionInvokation Modifier and Type Method Description private Expression
ExplicitTypeCallRewriter.InnerExplicitTypeCallRewriter. rewriteFunctionInvokation(AbstractFunctionInvokation invokation)
-