Package org.reploop.parser.thrift.type
Class StructType
- java.lang.Object
-
- org.reploop.parser.thrift.Node
-
- org.reploop.parser.thrift.type.FieldType
-
- org.reploop.parser.thrift.type.StructType
-
public class StructType extends FieldType
What's this about?- Since:
- 2015-06-05 18
- Author:
- George Cao(georgecao@outlook.com)
-
-
Constructor Summary
Constructors Constructor Description StructType(String name)StructType(QualifiedName name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(AstVisitor<R,C> visitor, C context)booleanequals(Object o)inthashCode()StringtoString()
-
-
-
Constructor Detail
-
StructType
public StructType(String name)
-
StructType
public StructType(QualifiedName name)
-
-
Method Detail
-
accept
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
-
-