public final class AIntervalSet extends PSet
Modifier and Type | Field and Description |
---|---|
private PChar |
_left_ |
private PChar |
_right_ |
Constructor and Description |
---|
AIntervalSet() |
AIntervalSet(PChar _left_,
PChar _right_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
PChar |
getLeft() |
PChar |
getRight() |
(package private) void |
removeChild(Node child) |
(package private) void |
replaceChild(Node oldChild,
Node newChild) |
void |
setLeft(PChar node) |
void |
setRight(PChar node) |
java.lang.String |
toString() |
public void apply(Switch sw)
public PChar getLeft()
public void setLeft(PChar node)
public PChar getRight()
public void setRight(PChar node)
public java.lang.String toString()
toString
in class java.lang.Object
void removeChild(Node child)
removeChild
in class Node
void replaceChild(Node oldChild, Node newChild)
replaceChild
in class Node
Copyright © 1997-2015 Sablecc. All Rights Reserved.