public abstract class RuleExpression extends Node
| Constructor and Description |
|---|
RuleExpression() |
| Modifier and Type | Method and Description |
|---|---|
abstract Node |
getLeft()
Get the left node of the expression.
|
abstract Node |
getRight()
Get the right node of the expression.
|
cast, getNodeTypeCopyright © 2013–2014. All rights reserved.