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