Package org.jacop.fz
Class ASTAnnotation
- java.lang.Object
-
- org.jacop.fz.SimpleNode
-
- org.jacop.fz.ASTAnnotation
-
- All Implemented Interfaces:
Node
public class ASTAnnotation extends SimpleNode
-
-
Constructor Summary
Constructors Constructor Description ASTAnnotation(int id)
ASTAnnotation(Parser p, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAnnId()
(package private) void
setId(java.lang.String id)
java.lang.String
toString()
-
Methods inherited from class org.jacop.fz.SimpleNode
dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, removeChildren, toString
-
-
-
-
Constructor Detail
-
ASTAnnotation
public ASTAnnotation(int id)
-
ASTAnnotation
public ASTAnnotation(Parser p, int id)
-
-
Method Detail
-
setId
void setId(java.lang.String id)
-
getAnnId
public java.lang.String getAnnId()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classSimpleNode
-
-