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