Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.expression.SuperFunctionInvokation
-
-
Uses of SuperFunctionInvokation in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters with parameters of type SuperFunctionInvokation Modifier and Type Method Description protected boolean
EnumAllSuperRewriter. canBeNopped(SuperFunctionInvokation superInvokation)
protected boolean
EnumSuperRewriter. canBeNopped(SuperFunctionInvokation superInvokation)
protected boolean
RedundantSuperRewriter. canBeNopped(SuperFunctionInvokation superInvokation)
-
Uses of SuperFunctionInvokation in org.benf.cfr.reader.bytecode.analysis.parse.expression
Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression that return SuperFunctionInvokation Modifier and Type Method Description SuperFunctionInvokation
SuperFunctionInvokation. withCustomName(JavaTypeInstance name)
-
Uses of SuperFunctionInvokation in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Fields in org.benf.cfr.reader.bytecode.analysis.parse.wildcard declared as SuperFunctionInvokation Modifier and Type Field Description private SuperFunctionInvokation
WildcardMatch.SuperFunctionInvokationWildcard. matchedValue
Methods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that return SuperFunctionInvokation Modifier and Type Method Description SuperFunctionInvokation
WildcardMatch.SuperFunctionInvokationWildcard. getMatch()
-