public abstract class AbstractUnaryNode extends Node
| Modifier and Type | Field and Description |
|---|---|
Node |
right |
BNARY_OPERATOR, CLOSE, CONSTANT, OPEN, type, UNARY_OPERATOR, UNKNOWN, VARIABLE| Constructor and Description |
|---|
AbstractUnaryNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
claim() |
void |
claimRight() |
void |
replaceSymbols(HashMap<String,String> map) |
deparent, detachNext, detachPrevious, dispose, isClose, isOpen, linkNext, next, parent, previous, remove, replaceChild, replaceNext, replacePrevious, replaceWith, setParent, siblingsToString, toStringpublic Node right
public void claim()
throws ParseError
ParseErrorpublic void claimRight()
throws ParseError
ParseErrorpublic void replaceSymbols(HashMap<String,String> map)
replaceSymbols in class NodeCopyright © 2019. All rights reserved.