public class CodeText extends SimpleNode
children, id, parent, value| Constructor and Description |
|---|
CodeText(int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor)
Accept the visitor.
|
void |
append(char c) |
void |
append(String str) |
String |
getValue() |
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 append(String str)
public void append(char c)
public String getValue()
Copyright © 2009-2016 Tautua. All Rights Reserved.