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> TAbstractExpression.visit(ExpressionVisitor<T> visitor) <T> TArithmeticOperation.visit(ExpressionVisitor<T> visitor) <T> TLiteral.visit(ExpressionVisitor<T> visitor) <T> TMethodHandlePlaceholder.visit(ExpressionVisitor<T> visitor) <T> TTernaryExpression.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> TWildcardMatch.AbstractBaseExpressionWildcard.visit(ExpressionVisitor<T> visitor)