Uses of Class
org.reploop.parser.thrift.Node
-
Packages that use Node Package Description org.reploop.parser.thrift org.reploop.parser.thrift.generator org.reploop.parser.thrift.tree org.reploop.parser.thrift.type -
-
Uses of Node in org.reploop.parser.thrift
Methods in org.reploop.parser.thrift that return Node Modifier and Type Method Description NodeThriftParser. parse(Path file, Function<ThriftBaseParser,org.antlr.v4.runtime.ParserRuleContext> func)NodeThriftAstBuilder. visitPrimitiveType(ThriftBaseParser.PrimitiveTypeContext ctx)Methods in org.reploop.parser.thrift that return types with arguments of type Node Modifier and Type Method Description protected org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<Node>ThriftParser. visitor(org.antlr.v4.runtime.CommonTokenStream tokenStream)Methods in org.reploop.parser.thrift with parameters of type Node Modifier and Type Method Description RAstVisitor. process(Node node, C context)RAstVisitor. visitNode(Node node, C context) -
Uses of Node in org.reploop.parser.thrift.generator
Methods in org.reploop.parser.thrift.generator with type parameters of type Node Modifier and Type Method Description <E extends Node>
Map<Path,E>ThriftResolver. resolve(Classpath<E> cpp, Map<Path,E> ppm, AstVisitor<Node,Classpath<E>> resolver)Methods in org.reploop.parser.thrift.generator that return Node Modifier and Type Method Description NodeThriftBinaryNameResolver. visitNode(Node node, Classpath<ThriftProgram> context)NodeThriftClasspathResolver. visitNode(Node node, Classpath<ThriftProgram> context)Methods in org.reploop.parser.thrift.generator with parameters of type Node Modifier and Type Method Description NodeThriftBinaryNameResolver. visitNode(Node node, Classpath<ThriftProgram> context)NodeThriftClasspathResolver. visitNode(Node node, Classpath<ThriftProgram> context)Method parameters in org.reploop.parser.thrift.generator with type arguments of type Node Modifier and Type Method Description <E extends Node>
Map<Path,E>ThriftResolver. resolve(Classpath<E> cpp, Map<Path,E> ppm, AstVisitor<Node,Classpath<E>> resolver) -
Uses of Node in org.reploop.parser.thrift.tree
Subclasses of Node in org.reploop.parser.thrift.tree Modifier and Type Class Description classBooleanValueWhat's this about?classDefinitionWhat's this about?classEntityWhat's this about?classEnumWhat's this about?classEnumFieldWhat's this about?classExceptionWhat's this about?classFieldWhat's this about?classFunctionWhat's this about?classFunctionTypeWhat's this about?classHeaderHeader contains namespace(package),file include and class import.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.classIntValueWhat's this about?classLiteralNodeCreated by George Cao on 2015/6/6.classNamespaceWhat's this about?classNamespaceScopeWhat's this about?classRaiseWhat's this about?classReturnTypeWhat's this about?classServiceWhat's this about?classStringValueWhat's this about?classStructWhat's this about?classStructValueWhat's this about?classThriftProgramThe Thrift program.classValueWhat's this about?classVoidTypeWhat's this about? -
Uses of Node in org.reploop.parser.thrift.type
Subclasses of Node in org.reploop.parser.thrift.type Modifier and Type Class Description classBinaryTypeWhat's this about?classBoolTypeWhat's this about?classByteTypeWhat's this about?classCollectionTypeWhat's this about?classDoubleTypeWhat's this about?classFieldTypeWhat's this about?classFloatTypeWhat's this about?classIntTypeWhat's this about?classListTypeWhat's this about?classLongTypeWhat's this about?classMapTypeWhat's this about?classSetTypeWhat's this about?classShortTypeSay something?classStringTypeSay something?classStructTypeWhat's this about?classWrapperTypeWhat's this about?
-