Uses of Class
org.reploop.parser.thrift.tree.FunctionType
-
Packages that use FunctionType Package Description org.reploop.parser.thrift org.reploop.parser.thrift.generator org.reploop.parser.thrift.tree -
-
Uses of FunctionType in org.reploop.parser.thrift
Methods in org.reploop.parser.thrift that return FunctionType Modifier and Type Method Description FunctionTypeThriftAstBuilder. visitFunctionType(ThriftBaseParser.FunctionTypeContext ctx)FunctionTypeThriftAstBuilder. visitReturnType(ThriftBaseParser.ReturnTypeContext ctx)Methods in org.reploop.parser.thrift with parameters of type FunctionType Modifier and Type Method Description RAstVisitor. visitFunctionType(FunctionType node, C context) -
Uses of FunctionType in org.reploop.parser.thrift.generator
Methods in org.reploop.parser.thrift.generator that return FunctionType Modifier and Type Method Description FunctionTypeThriftBinaryNameResolver. visitFunctionType(FunctionType node, Classpath<ThriftProgram> context)Methods in org.reploop.parser.thrift.generator with parameters of type FunctionType Modifier and Type Method Description FunctionTypeThriftBinaryNameResolver. visitFunctionType(FunctionType node, Classpath<ThriftProgram> context)StringBuilderThriftCodeGenerator. visitFunctionType(FunctionType node, GeneratorContext context) -
Uses of FunctionType in org.reploop.parser.thrift.tree
Subclasses of FunctionType in org.reploop.parser.thrift.tree Modifier and Type Class Description classReturnTypeWhat's this about?classVoidTypeWhat's this about?Methods in org.reploop.parser.thrift.tree that return FunctionType Modifier and Type Method Description FunctionTypeFunction. getReturnType()Constructors in org.reploop.parser.thrift.tree with parameters of type FunctionType Constructor Description Function(boolean oneWay, QualifiedName name, FunctionType returnType, List<Field> parameters, Optional<List<Field>> exceptions)Function(List<String> comments, boolean oneWay, QualifiedName name, FunctionType returnType, List<Field> parameters, Optional<List<Field>> exceptions)Function(QualifiedName name, FunctionType returnType, List<Field> parameters, Optional<List<Field>> exceptions)
-