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 booleanEnumAllSuperRewriter. canBeNopped(SuperFunctionInvokation superInvokation)protected booleanEnumSuperRewriter. canBeNopped(SuperFunctionInvokation superInvokation)protected booleanRedundantSuperRewriter. 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 SuperFunctionInvokationSuperFunctionInvokation. 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 SuperFunctionInvokationWildcardMatch.SuperFunctionInvokationWildcard. matchedValueMethods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that return SuperFunctionInvokation Modifier and Type Method Description SuperFunctionInvokationWildcardMatch.SuperFunctionInvokationWildcard. getMatch()
-