Uses of Package
de.xima.fc.workflow.parser.infix
-
Packages that use de.xima.fc.workflow.parser.infix Package Description de.xima.fc.workflow.parser.infix de.xima.fc.workflow.parser.infix.bool -
Classes in de.xima.fc.workflow.parser.infix used by de.xima.fc.workflow.parser.infix Class Description EAssociativity Describes the associativity of anIOperator
, seeIOperator.getAssociativity()
.EOperatorType Describes the arity of anIOperator
, seeIOperator.getType()
.EParsedElementKind Enumeration of the possible types resulting when an infix expression is parsed into reverse polish notation (RPN).ETokenKind Enumeration of the possible tokens that may occur in an infix expression.IConstant Details of a constant used in an infix expression.IEvalContext Context for evaluating an infix expression.IInfixExpressionHandler Handler that can tokenize, parse, and evaluate character sequences representing infix expressions.InfixExpressionException An exception that is thrown when an infix expression could not be processed.IOperator Details of an operator used in an infix expression.IParsedElement Represents a parsed element created when a token stream of an infix expression is parsed into reverse polnish notation.ISourcePosition Describes the position of a source token used in an infix expression.ISymbol ISymbolTable A symbol table with a list of symbols that may occur in an infix expression.ISymbolTableBuilder Builder for configuring aISymbolTable
.IToken The representation of a token encountered in an infix expression.IValidationMessage A validation message produced byIInfixExpressionHandler.validate(CharSequence, IValidationOptions)
.IValidationOptions Options that are passed toIInfixExpressionHandler.validate(CharSequence, IValidationOptions)
to configure that method's behavior.IValidationResult The result returned byIInfixExpressionHandler.validate(CharSequence, IValidationOptions)
.ValidationOptions.Builder Builder for configuring anIValidationOptions
object. -
Classes in de.xima.fc.workflow.parser.infix used by de.xima.fc.workflow.parser.infix.bool Class Description IConstant Details of a constant used in an infix expression.IEvalContext Context for evaluating an infix expression.IInfixExpressionHandler Handler that can tokenize, parse, and evaluate character sequences representing infix expressions.InfixExpressionException An exception that is thrown when an infix expression could not be processed.IOperator Details of an operator used in an infix expression.