Uses of Interface
org.benf.cfr.reader.bytecode.analysis.parse.rewriters.ExpressionVisitor
Packages that use ExpressionVisitor
Package
Description
-
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 -
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 -
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 ExpressionVisitorModifier and TypeMethodDescription<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 -
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 ExpressionVisitorModifier and TypeMethodDescription<T> T
WildcardMatch.AbstractBaseExpressionWildcard.visit
(ExpressionVisitor<T> visitor)