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