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, toString
public Node right
public void claim() throws ParseError
ParseError
public void claimRight() throws ParseError
ParseError
public void replaceSymbols(HashMap<String,String> map)
replaceSymbols
in class Node
Copyright © 2019. All rights reserved.