Uses of Interface
org.benf.cfr.reader.bytecode.analysis.parse.rewriters.ExpressionVisitor
-
-
Uses of ExpressionVisitor in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers
Classes in org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.transformers that implement ExpressionVisitor Modifier and Type Class Description private class
LValueTypeClashCheck.Check.Visitor
-
Uses of ExpressionVisitor in org.benf.cfr.reader.bytecode.analysis.parse
Methods in org.benf.cfr.reader.bytecode.analysis.parse with parameters of type ExpressionVisitor Modifier and Type Method Description <T> T
Expression. visit(ExpressionVisitor<T> visitor)
-
Uses of ExpressionVisitor in org.benf.cfr.reader.bytecode.analysis.parse.expression
Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type ExpressionVisitor Modifier and Type Method Description <T> T
AbstractExpression. visit(ExpressionVisitor<T> visitor)
<T> T
ArithmeticOperation. visit(ExpressionVisitor<T> visitor)
<T> T
Literal. visit(ExpressionVisitor<T> visitor)
<T> T
MethodHandlePlaceholder. visit(ExpressionVisitor<T> visitor)
<T> T
TernaryExpression. visit(ExpressionVisitor<T> visitor)
-
Uses of ExpressionVisitor in org.benf.cfr.reader.bytecode.analysis.parse.rewriters
Classes in org.benf.cfr.reader.bytecode.analysis.parse.rewriters that implement ExpressionVisitor Modifier and Type Class Description class
AbstractExpressionVisitor<T>
-
Uses of ExpressionVisitor in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Methods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard with parameters of type ExpressionVisitor Modifier and Type Method Description <T> T
WildcardMatch.AbstractBaseExpressionWildcard. visit(ExpressionVisitor<T> visitor)
-