Uses of Class
com.aquima.interactions.expressions.semantics.SemanticNodeBase

Packages that use SemanticNodeBase
  • Uses of SemanticNodeBase in com.aquima.interactions.expressions.semantics.nodes

    Modifier and Type
    Class
    Description
    class 
    The All expression is used to collect all the instances of a specified entity type.
    class 
    This class contains an arithmetic expression that results in a numeric value.
    class 
    This class contains a condition expression which will always evaluate to a boolean.
    class 
    The const expression is used to hold a constant value.
    class 
    The conversion expression is used to change the result data type of an expression.
    class 
    The dimension expression is used to change the dimension of the wrapped expression's result.
    class 
    This semantic node is used to indicate a fatal error in the semantics step.
    class 
    The list expression combines the result of multiple expressions into a single list.
    class 
    The field expression retrieves the value of a field from the instance returned by the parent expression.
    class 
    The function expression can be used to invoke a (custom) function.
    class 
    This node represents an instance of expression that can be used to check if an instance is of a specified type.
    class 
    The InverseExpression class will wrap an expression, and invert its's sign.
    class 
    The list arithmetic expression performs an operation on two expressions.
    class 
    The list expression resulting in a boolean by comparing expressions resulting in multiple values.
    class 
    This class holds the information for a local variable.
    class 
    The logical expression combines the result of two boolean expressions.
    class 
    A named expression is used to select a single (static) instance by name.
    class 
    This node is used to invert a boolean expression.
    class 
    Predicate expression node (each, exists, isactive) that evaluates to a boolean.
    class 
    This class represents the root of the expression tree.
    class 
    The select expression can be used to retrieve one or more values that match the specified condition.
    class 
    The template expression is used to include a predefined expression (template) into the current expression.
    class 
    This node represents an instance of expression that can be used to determine the type of an instance.
    class 
    This expression is used for unknown nodes (?).
    class 
    A variable expression is an expression that usually identifies an active instance of an entity type.