Package org.reploop.parser.thrift.tree
Class Entity
- java.lang.Object
-
- org.reploop.parser.thrift.Node
-
- org.reploop.parser.thrift.tree.Entity
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>commentsprotected QualifiedNamename
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getComments()QualifiedNamegetName()StringtoString()
-
-
-
Field Detail
-
name
protected final QualifiedName name
-
-
Constructor Detail
-
Entity
public Entity(QualifiedName name, List<String> comments)
-
Entity
public Entity(QualifiedName name)
-
Entity
public Entity(String name)
-
-