Package org.reploop.parser.thrift
Class Node
- java.lang.Object
-
- org.reploop.parser.thrift.Node
-
- Direct Known Subclasses:
Definition,Entity,EnumField,Field,FieldType,Function,FunctionType,Header,LiteralNode,NamespaceScope,Raise,ThriftProgram,Value
public abstract class Node extends Object
What's this about?- Since:
- 2015-07-03 00
- Author:
- George Cao(georgecao@outlook.com)
-
-
Constructor Summary
Constructors Constructor Description Node()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(AstVisitor<R,C> visitor, C context)abstract booleanequals(Object obj)abstract inthashCode()abstract StringtoString()
-
-
-
Method Detail
-
accept
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
-
-