Class Parser.UnaryOpNode
java.lang.Object
org.episteme.natural.computing.compiler.Parser.ASTNode
org.episteme.natural.computing.compiler.Parser.UnaryOpNode
- Enclosing class:
Parser
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
FieldsFields inherited from class Parser.ASTNode
children, column, line, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Parser.ASTNode
addChild, getChildren
-
Field Details
-
operator
-
operand
-
-
Constructor Details
-
UnaryOpNode
-
-
Method Details
-
accept
- Specified by:
acceptin classParser.ASTNode
-