Uses of Class
org.reploop.parser.thrift.tree.Service
-
Packages that use Service Package Description org.reploop.parser.thrift org.reploop.parser.thrift.generator org.reploop.parser.thrift.tree -
-
Uses of Service in org.reploop.parser.thrift
Methods in org.reploop.parser.thrift that return Service Modifier and Type Method Description ServiceThriftAstBuilder. visitService(ThriftBaseParser.ServiceContext ctx)Methods in org.reploop.parser.thrift with parameters of type Service Modifier and Type Method Description RAstVisitor. visitService(Service node, C context) -
Uses of Service in org.reploop.parser.thrift.generator
Methods in org.reploop.parser.thrift.generator that return Service Modifier and Type Method Description ServiceThriftBinaryNameResolver. visitService(Service node, Classpath<ThriftProgram> context)ServiceThriftClasspathResolver. visitService(Service node, Classpath<ThriftProgram> context)Methods in org.reploop.parser.thrift.generator that return types with arguments of type Service Modifier and Type Method Description Map<Service,StringBuilder>GeneratorContext. getServices()Methods in org.reploop.parser.thrift.generator with parameters of type Service Modifier and Type Method Description StringBuilderGeneratorContext. code(Service service)ServiceThriftBinaryNameResolver. visitService(Service node, Classpath<ThriftProgram> context)ServiceThriftClasspathResolver. visitService(Service node, Classpath<ThriftProgram> context)StringBuilderThriftCodeGenerator. visitService(Service node, GeneratorContext context)Constructor parameters in org.reploop.parser.thrift.generator with type arguments of type Service Constructor Description GeneratorContext(int indent, Map<Service,StringBuilder> services) -
Uses of Service in org.reploop.parser.thrift.tree
Constructor parameters in org.reploop.parser.thrift.tree with type arguments of type Service Constructor Description Definition(Optional<Service> service, Optional<Entity> entity)
-