Package org.reploop.parser.thrift.tree
Class StructValue
- java.lang.Object
-
- org.reploop.parser.thrift.Node
-
- org.reploop.parser.thrift.tree.Value
-
- org.reploop.parser.thrift.tree.StructValue
-
public class StructValue extends Value
What's this about?- Since:
- 2016-10-11 10
- Author:
- George Cao(georgecao@outlook.com)
-
-
Constructor Summary
Constructors Constructor Description StructValue(QualifiedName name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)QualifiedNamegetName()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
StructValue
public StructValue(QualifiedName name)
-
-