public final class ARegExpBasic extends PBasic
| Constructor and Description |
|---|
ARegExpBasic() |
ARegExpBasic(PRegExp _regExp_) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
PRegExp |
getRegExp() |
(package private) void |
removeChild(Node child) |
(package private) void |
replaceChild(Node oldChild,
Node newChild) |
void |
setRegExp(PRegExp node) |
java.lang.String |
toString() |
private PRegExp _regExp_
public ARegExpBasic()
public ARegExpBasic(PRegExp _regExp_)
public void apply(Switch sw)
public PRegExp getRegExp()
public void setRegExp(PRegExp node)
public java.lang.String toString()
toString in class java.lang.Objectvoid removeChild(Node child)
removeChild in class Nodevoid replaceChild(Node oldChild, Node newChild)
replaceChild in class NodeCopyright © 1997-2013 Sablecc. All Rights Reserved.