Uses of Class
org.openhab.core.voice.text.ASTNode
-
Uses of ASTNode in org.openhab.core.voice.text
Modifier and TypeMethodDescriptionBreadth searching this (sub-) tree/node for a node with the given name.ASTNode[]
ASTNode.getChildren()
Modifier and TypeMethodDescriptionabstract InterpretationResult
Rule.interpretAST
(ResourceBundle language, ASTNode node, Rule.InterpretationContext context) Will get called after the expression was successfully parsed.void
ASTNode.setChildren
(ASTNode[] children)