Uses of Interface
org.reploop.parser.thrift.base.ThriftBaseVisitor
-
Packages that use ThriftBaseVisitor Package Description org.reploop.parser.thrift org.reploop.parser.thrift.base -
-
Uses of ThriftBaseVisitor in org.reploop.parser.thrift
Classes in org.reploop.parser.thrift that implement ThriftBaseVisitor Modifier and Type Class Description classThriftAstBuilderThrift AST visitor. -
Uses of ThriftBaseVisitor in org.reploop.parser.thrift.base
Classes in org.reploop.parser.thrift.base that implement ThriftBaseVisitor Modifier and Type Class Description classThriftBaseBaseVisitor<T>This class provides an empty implementation ofThriftBaseVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-