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