Uses of Class
org.reploop.parser.thrift.tree.Entity
-
Packages that use Entity Package Description org.reploop.parser.thrift org.reploop.parser.thrift.generator org.reploop.parser.thrift.tree -
-
Uses of Entity in org.reploop.parser.thrift
Methods in org.reploop.parser.thrift that return Entity Modifier and Type Method Description EntityThriftAstBuilder. visitServiceDefinition(ThriftBaseParser.ServiceDefinitionContext ctx)EntityThriftAstBuilder. visitTypeDefinition(ThriftBaseParser.TypeDefinitionContext ctx)EntityThriftAstBuilder. visitTypeDefinitionDefinition(ThriftBaseParser.TypeDefinitionDefinitionContext ctx)Methods in org.reploop.parser.thrift with parameters of type Entity Modifier and Type Method Description RAstVisitor. visitEntity(Entity node, C context) -
Uses of Entity in org.reploop.parser.thrift.generator
Methods in org.reploop.parser.thrift.generator that return Entity Modifier and Type Method Description EntityThriftBinaryNameResolver. visitEntity(Entity node, Classpath<ThriftProgram> context)EntityThriftClasspathResolver. visitEntity(Entity node, Classpath<ThriftProgram> context)Methods in org.reploop.parser.thrift.generator with parameters of type Entity Modifier and Type Method Description EntityThriftBinaryNameResolver. visitEntity(Entity node, Classpath<ThriftProgram> context)EntityThriftClasspathResolver. visitEntity(Entity node, Classpath<ThriftProgram> context)StringBuilderThriftCodeGenerator. visitEntity(Entity node, GeneratorContext context) -
Uses of Entity in org.reploop.parser.thrift.tree
Subclasses of Entity in org.reploop.parser.thrift.tree Modifier and Type Class Description classEnumWhat's this about?classExceptionWhat's this about?classServiceWhat's this about?classStructWhat's this about?Methods in org.reploop.parser.thrift.tree that return types with arguments of type Entity Modifier and Type Method Description List<Entity>ThriftProgram. getEntities()
-