Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.expression.StaticFunctionInvokation
-
-
Uses of StaticFunctionInvokation in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters declared as StaticFunctionInvokation Modifier and Type Field Description (package private) StaticFunctionInvokationSwitchEnumRewriter.EclipseVarResultCollector. arrayLen(package private) StaticFunctionInvokationSyntheticAccessorRewriter.FuncMatchCollector. staticFunctionInvokationMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that return StaticFunctionInvokation Modifier and Type Method Description private StaticFunctionInvokationRetroLambdaRewriter. check3(Method method) -
Uses of StaticFunctionInvokation in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers declared as StaticFunctionInvokation Modifier and Type Field Description (package private) StaticFunctionInvokationTryResourcesTransformerBase.TryResourcesMatchResultCollector. fnMethods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers that return StaticFunctionInvokation Modifier and Type Method Description private StaticFunctionInvokationTryResourcesTransformerBase.TryResourcesMatchResultCollector. getFn(WildcardMatch wcm, java.lang.String name) -
Uses of StaticFunctionInvokation in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.util
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.util with parameters of type StaticFunctionInvokation Modifier and Type Method Description static ExpressionBoxingHelper. sugarBoxing(StaticFunctionInvokation staticFunctionInvokation) -
Uses of StaticFunctionInvokation in org.benf.cfr.reader.bytecode.analysis.parse.rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.parse.rewriters with parameters of type StaticFunctionInvokation Modifier and Type Method Description private ExpressionStringBuilderRewriter. extractStringConcat(StaticFunctionInvokation staticFunctionInvokation)private ExpressionStringBuilderRewriter. extractStringConcatSimple(StaticFunctionInvokation staticFunctionInvokation) -
Uses of StaticFunctionInvokation in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Fields in org.benf.cfr.reader.bytecode.analysis.parse.wildcard declared as StaticFunctionInvokation Modifier and Type Field Description private StaticFunctionInvokationWildcardMatch.StaticFunctionInvokationWildcard. matchedValueMethods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that return StaticFunctionInvokation Modifier and Type Method Description StaticFunctionInvokationWildcardMatch.StaticFunctionInvokationWildcard. getMatch()
-