public class Line extends SimpleNode
children, id, parent, value| Constructor and Description |
|---|
Line(int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor)
Accept the visitor.
|
void |
ending() |
boolean |
isEmpty() |
boolean |
isEnding() |
childrenAccept, dump, getDocument, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toStringpublic void accept(Visitor visitor)
SimpleNodeaccept in interface Nodeaccept in class SimpleNodepublic void ending()
public boolean isEnding()
public boolean isEmpty()
Copyright © 2009-2013 Tautua. All Rights Reserved.