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