Package org.reploop.parser.thrift.type
Class FieldType
- java.lang.Object
-
- org.reploop.parser.thrift.Node
-
- org.reploop.parser.thrift.type.FieldType
-
- Direct Known Subclasses:
BinaryType,BoolType,ByteType,CollectionType,DoubleType,FloatType,IntType,LongType,MapType,ShortType,StringType,StructType,WrapperType
public abstract class FieldType extends Node
What's this about?- Since:
- 2015-07-03 10
- Author:
- George Cao(georgecao@outlook.com)
-
-
Field Summary
Fields Modifier and Type Field Description protected QualifiedNamename
-
Constructor Summary
Constructors Constructor Description FieldType(String name)FieldType(QualifiedName name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)QualifiedNamegetName()inthashCode()StringtoString()
-
-
-
Field Detail
-
name
protected final QualifiedName name
-
-
Constructor Detail
-
FieldType
public FieldType(String name)
-
FieldType
public FieldType(QualifiedName name)
-
-