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) StaticFunctionInvokation
SwitchEnumRewriter.EclipseVarResultCollector. arrayLen
(package private) StaticFunctionInvokation
SyntheticAccessorRewriter.FuncMatchCollector. staticFunctionInvokation
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters that return StaticFunctionInvokation Modifier and Type Method Description private StaticFunctionInvokation
RetroLambdaRewriter. 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) StaticFunctionInvokation
TryResourcesTransformerBase.TryResourcesMatchResultCollector. fn
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers that return StaticFunctionInvokation Modifier and Type Method Description private StaticFunctionInvokation
TryResourcesTransformerBase.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 Expression
BoxingHelper. 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 Expression
StringBuilderRewriter. extractStringConcat(StaticFunctionInvokation staticFunctionInvokation)
private Expression
StringBuilderRewriter. 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 StaticFunctionInvokation
WildcardMatch.StaticFunctionInvokationWildcard. matchedValue
Methods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that return StaticFunctionInvokation Modifier and Type Method Description StaticFunctionInvokation
WildcardMatch.StaticFunctionInvokationWildcard. getMatch()
-