Package org.reploop.parser.thrift.tree
Class Import
- java.lang.Object
-
- org.reploop.parser.thrift.Node
-
- org.reploop.parser.thrift.tree.Header
-
- org.reploop.parser.thrift.tree.Import
-
public class Import extends Header
What's this about?- Since:
- 2015-06-12 14
- Author:
- George Cao(georgecao@outlook.com)
-
-
Constructor Summary
Constructors Constructor Description Import(QualifiedName name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)QualifiedNamegetName()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
Import
public Import(QualifiedName name)
-
-