Uses of Class
org.reploop.parser.thrift.type.FieldType
-
Packages that use FieldType Package Description org.reploop.parser.thrift org.reploop.parser.thrift.generator org.reploop.parser.thrift.tree org.reploop.parser.thrift.type -
-
Uses of FieldType in org.reploop.parser.thrift
Methods in org.reploop.parser.thrift that return FieldType Modifier and Type Method Description FieldTypeThriftAstBuilder. visitPrimitives(ThriftBaseParser.PrimitivesContext ctx)Methods in org.reploop.parser.thrift with parameters of type FieldType Modifier and Type Method Description RAstVisitor. visitFieldType(FieldType fieldType, C context) -
Uses of FieldType in org.reploop.parser.thrift.generator
Methods in org.reploop.parser.thrift.generator that return FieldType Modifier and Type Method Description FieldTypeThriftBinaryNameResolver. visitFieldType(FieldType fieldType, Classpath<ThriftProgram> context)FieldTypeThriftClasspathResolver. visitFieldType(FieldType fieldType, Classpath<ThriftProgram> context)Methods in org.reploop.parser.thrift.generator with parameters of type FieldType Modifier and Type Method Description FieldTypeThriftBinaryNameResolver. visitFieldType(FieldType fieldType, Classpath<ThriftProgram> context)FieldTypeThriftClasspathResolver. visitFieldType(FieldType fieldType, Classpath<ThriftProgram> context)StringBuilderThriftCodeGenerator. visitFieldType(FieldType fieldType, GeneratorContext context) -
Uses of FieldType in org.reploop.parser.thrift.tree
Methods in org.reploop.parser.thrift.tree that return FieldType Modifier and Type Method Description FieldTypeField. getFieldType()FieldTypeReturnType. getFieldType()Constructors in org.reploop.parser.thrift.tree with parameters of type FieldType Constructor Description Field(List<String> comments, FieldType fieldType, Integer filedId, String name, boolean required)Field(List<String> comments, FieldType fieldType, Integer filedId, String name, boolean required, Optional<Value> value)Field(List<String> comments, FieldType fieldType, Integer filedId, QualifiedName name, boolean required)Field(List<String> comments, FieldType fieldType, Integer filedId, QualifiedName name, boolean required, Optional<Value> value)ReturnType(FieldType fieldType) -
Uses of FieldType in org.reploop.parser.thrift.type
Subclasses of FieldType 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?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?Methods in org.reploop.parser.thrift.type that return FieldType Modifier and Type Method Description FieldTypeCollectionType. getElementType()FieldTypeMapType. getKeyType()FieldTypeMapType. getValueType()Constructors in org.reploop.parser.thrift.type with parameters of type FieldType Constructor Description CollectionType(String name, FieldType elementType)CollectionType(FieldType elementType)ListType(FieldType elementType)MapType(FieldType keyType, FieldType valueType)SetType(FieldType elementType)
-