public abstract class AbstractRewrite extends Object implements RewriteRuleI
| Modifier and Type | Field and Description |
|---|---|
protected NodeFactory |
nf
A NodeFactory used for construction nodes.
|
protected OperatorSet |
opSet
An OperatorSet used for finding operators.
|
protected TreeUtils |
tu
TreeUtils for testing types of nodes.
|
protected XJep |
xj
A reference to main XJep opbject.
|
| Constructor and Description |
|---|
AbstractRewrite(XJep xj)
Constructor with reference to XJep object.
|
protected NodeFactory nf
protected OperatorSet opSet
protected TreeUtils tu
protected XJep xj
public AbstractRewrite(XJep xj)
Copyright © 2018. All rights reserved.