Uses of Class
org.reploop.parser.thrift.tree.Header
-
Packages that use Header Package Description org.reploop.parser.thrift org.reploop.parser.thrift.generator org.reploop.parser.thrift.tree -
-
Uses of Header in org.reploop.parser.thrift
Methods in org.reploop.parser.thrift that return Header Modifier and Type Method Description HeaderThriftAstBuilder. visitHeader(ThriftBaseParser.HeaderContext ctx)HeaderThriftAstBuilder. visitIncludeDefinition(ThriftBaseParser.IncludeDefinitionContext ctx)HeaderThriftAstBuilder. visitNamespaceDefinition(ThriftBaseParser.NamespaceDefinitionContext ctx)Methods in org.reploop.parser.thrift with parameters of type Header Modifier and Type Method Description RAstVisitor. visitHeader(Header node, C context) -
Uses of Header in org.reploop.parser.thrift.generator
Methods in org.reploop.parser.thrift.generator that return Header Modifier and Type Method Description HeaderThriftBinaryNameResolver. visitHeader(Header node, Classpath<ThriftProgram> context)HeaderThriftClasspathResolver. visitHeader(Header node, Classpath<ThriftProgram> context)Methods in org.reploop.parser.thrift.generator with parameters of type Header Modifier and Type Method Description HeaderThriftBinaryNameResolver. visitHeader(Header node, Classpath<ThriftProgram> context)HeaderThriftClasspathResolver. visitHeader(Header node, Classpath<ThriftProgram> context)StringBuilderThriftCodeGenerator. visitHeader(Header node, GeneratorContext context) -
Uses of Header in org.reploop.parser.thrift.tree
Subclasses of Header in org.reploop.parser.thrift.tree Modifier and Type Class Description classImportWhat's this about?classIncludeIncluded files are looked up in the current directory and by searching relative to any paths specified with the -I compiler flag.classNamespaceWhat's this about?Methods in org.reploop.parser.thrift.tree that return types with arguments of type Header Modifier and Type Method Description List<Header>ThriftProgram. getHeaders()Constructor parameters in org.reploop.parser.thrift.tree with type arguments of type Header Constructor Description ThriftProgram(List<Header> headers, List<Entity> entities)
-