Package taack.jdbc.common.tql.equation
Interface EquationNode
- All Known Implementing Classes:
AdditionExpression,AtomExpression,FuncExpression,LiteralExpression,MultiplyExpression,RootExpression,SignedExpression
public interface EquationNode
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSiblingChildren(EquationNode equationNode) voidaddTerminal(String terminal) getKind()getValue()
-
Method Details
-
getKind
EquationNode.Kind getKind() -
getValue
- Throws:
Exception
-
addSiblingChildren
-
addTerminal
-