Package org.reploop.parser.thrift.tree
Class ReturnType
- java.lang.Object
-
- org.reploop.parser.thrift.Node
-
- org.reploop.parser.thrift.tree.FunctionType
-
- org.reploop.parser.thrift.tree.ReturnType
-
public class ReturnType extends FunctionType
What's this about?- Since:
- 2015-06-09 18
- Author:
- George Cao(georgecao@outlook.com)
-
-
Constructor Summary
Constructors Constructor Description ReturnType(FieldType fieldType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(AstVisitor<R,C> visitor, C context)booleanequals(Object o)FieldTypegetFieldType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ReturnType
public ReturnType(FieldType fieldType)
-
-
Method Detail
-
getFieldType
public FieldType getFieldType()
-
accept
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
-
-