Package de.mid.innovator.m2msdk.model.transformation.function.expressionparser
package de.mid.innovator.m2msdk.model.transformation.function.expressionparser
The package contains the parser for expressions and the syntax of the supported expressions.
The expressions are used in functions and parameters.
-
ClassDescriptionParser to parse an assignment expression into a left and a right term.Class for parsing expressions.This is the parser to parse expressions in parameters.A item created by the parser.Additional property descriptors for the parser.Expressions are parsed in left and right term and in the properties.Internal parser.Expressions are parsed in left and right term and in the properties.This parser parses the left and right term.This class provides an empty implementation of
SyntaxListener, which can be extended to create a listener which only needs to handle a subset of the available methods.This interface defines a complete listener for a parse tree produced bySyntaxParser.