|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthamlet.Vert
public class Vert
Constructor Summary | |
---|---|
Vert()
default constructor |
|
Vert(int vt,
java.lang.String vn)
constructor |
Method Summary | |
---|---|
java.lang.String |
getName()
method to get vert name |
int |
getType()
method to get vert type |
java.lang.String |
toString()
method to return string representation of node |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Vert()
public Vert(int vt, java.lang.String vn)
vertType
- type of vert, possible values are
vType,1,ENTITY
vType,2,RULE
vType,3,TYPE
vType,4,FUNCTIONvertName
- name of the vertMethod Detail |
---|
public int getType()
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |