Uses of Interface
io.opsit.explang.parser.alg.AlgParserVisitor
-
Packages that use AlgParserVisitor Package Description io.opsit.explang.parser.alg -
-
Uses of AlgParserVisitor in io.opsit.explang.parser.alg
Classes in io.opsit.explang.parser.alg that implement AlgParserVisitor Modifier and Type Class Description classAlgParser.ExprVisitorclassAlgParserBaseVisitor<T>This class provides an empty implementation ofAlgParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-