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 classLValueTypeClashCheck.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> TExpression. 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> 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 Modifier and Type Class Description classAbstractExpressionVisitor<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> TWildcardMatch.AbstractBaseExpressionWildcard. visit(ExpressionVisitor<T> visitor)
-