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