Uses of Interface
com.aquima.interactions.expressions.semantics.ISemanticTreeBuilder
Packages that use ISemanticTreeBuilder
Package
Description
-
Uses of ISemanticTreeBuilder in com.aquima.interactions.expressions.r7.semantics
Classes in com.aquima.interactions.expressions.r7.semantics that implement ISemanticTreeBuilderModifier and TypeClassDescriptionclass
This class is used to transform a release 6 expression parse nodes to semantic nodes. -
Uses of ISemanticTreeBuilder in com.aquima.interactions.expressions.semantics.nodes
Constructors in com.aquima.interactions.expressions.semantics.nodes with parameters of type ISemanticTreeBuilderModifierConstructorDescriptionAllVariable
(ISemanticTreeBuilder semantics, Position position, Identifier id) Constructs the expression with the required arguments.FieldVariable
(ISemanticTreeBuilder semantics, Position position, IVariable parent, Identifier fieldName) Constructs the node with the required arguments.NamedVariable
(ISemanticTreeBuilder semantics, Position position, Identifier id, Identifier instanceName) Constructs the node with the required arguments.Not
(ISemanticTreeBuilder semantics, Position position, ISemanticNode node) Constructs the node with the required arguments.TemplateCall
(ISemanticTreeBuilder semantics, Position position, String templateName) Constructs the node with the required arguments.Variable
(ISemanticTreeBuilder semantics, Position position, Identifier id) Constructs the node with the required arguments.