Method | Description | |
---|---|---|
VisitApplyStatement ( |
Visits an APPLY statement
|
|
VisitBinaryExpression ( |
Visits a Binary expression
|
|
VisitCall ( |
Visits a Call expression
|
|
VisitConditionBasedListExpression ( |
Visits a condition based list expression
|
|
VisitCountExpression ( DataDictionary.Interpreter.ListOperators.CountExpression countExpression ) : void |
Visits a COUNT expression
|
|
VisitDerefExpression ( |
Visits a Deref expression
|
|
VisitDesignator ( |
Visits a designator
|
|
VisitExpression ( |
Visits an expression
|
|
VisitExpressionBasedListExpression ( DataDictionary.Interpreter.ListOperators.ExpressionBasedListExpression expressionBasedListExpression ) : void |
Visits an expression based list expression
|
|
VisitFilterExpression ( FilterExpression filterExpression ) : void |
Visits a FILTER expression
|
|
VisitFirstExpression ( DataDictionary.Interpreter.ListOperators.FirstExpression firstExpression ) : void |
Visits a FIRST expression
|
|
VisitForAllExpression ( DataDictionary.Interpreter.ListOperators.ForAllExpression forAllExpression ) : void |
Visits a FOR ALL expression
|
|
VisitFunctionExpression ( |
Visits a Function expression
|
|
VisitInsertStatement ( |
Visits an INSERT statement
|
|
VisitInterpreterTreeNode ( DataDictionary.Interpreter.InterpreterTreeNode interpreterTreeNode ) : void |
Visits an interpreter tree node
|
|
VisitLastExpression ( DataDictionary.Interpreter.ListOperators.LastExpression lastExpression ) : void |
Visits a LAST expression
|
|
VisitLetExpression ( |
Visits a let expression
|
|
VisitListExpression ( DataDictionary.Interpreter.ListExpression listExpression ) : void |
Visits a List expression
|
|
VisitMapExpression ( DataDictionary.Interpreter.ListOperators.MapExpression mapExpression ) : void |
Visits a MAP expression
|
|
VisitNumberExpression ( DataDictionary.Interpreter.NumberExpression numberExpression ) : void |
Visits a Number expression
|
|
VisitProcedureCallStatement ( DataDictionary.Interpreter.Statement.ProcedureCallStatement procedureCallStatement ) : void |
Visits a Procedure call statement
|
|
VisitReduceExpression ( DataDictionary.Interpreter.ListOperators.ReduceExpression reduceExpression ) : void |
Visits a REDUCE expression
|
|
VisitRemoveStatement ( |
Visits a REMOVE statement
|
|
VisitReplaceStatement ( DataDictionary.Interpreter.Statement.ReplaceStatement replaceStatement ) : void |
Visits a REPLACE statement
|
|
VisitStabilizeExpression ( DataDictionary.Interpreter.StabilizeExpression stabilizeExpression ) : void |
Visits a STABILIZE expression
|
|
VisitStatement ( DataDictionary.Interpreter.Statement.Statement statement ) : void |
Visits a statement
|
|
VisitStringExpression ( DataDictionary.Interpreter.StringExpression stringExpression ) : void |
Visits a String expression
|
|
VisitStructExpression ( |
Visits a struct expression
|
|
VisitSumExpression ( |
Visits a SUM expression
|
|
VisitTerm ( |
Visits a term
|
|
VisitThereIsExpression ( |
Visits a THERE IS expression
|
|
VisitUnaryExpression ( DataDictionary.Interpreter.UnaryExpression unaryExpression ) : void |
Visits a unary expression
|
|
VisitVariableUpdateStatement ( VariableUpdateStatement variableUpdateStatement ) : void |
Visits a Variable update statement
|
protected VisitApplyStatement ( |
||
applyStatement | ||
return | void |
protected VisitBinaryExpression ( |
||
binaryExpression | ||
return | void |
protected VisitConditionBasedListExpression ( |
||
conditionBasedListExpression | ||
return | void |
protected VisitCountExpression ( DataDictionary.Interpreter.ListOperators.CountExpression countExpression ) : void | ||
countExpression | DataDictionary.Interpreter.ListOperators.CountExpression | |
return | void |
protected VisitDerefExpression ( |
||
derefExpression | ||
return | void |
protected VisitDesignator ( |
||
designator | ||
return | void |
protected VisitExpression ( |
||
expression | ||
return | void |
protected VisitExpressionBasedListExpression ( DataDictionary.Interpreter.ListOperators.ExpressionBasedListExpression expressionBasedListExpression ) : void | ||
expressionBasedListExpression | DataDictionary.Interpreter.ListOperators.ExpressionBasedListExpression | |
return | void |
protected VisitFilterExpression ( FilterExpression filterExpression ) : void | ||
filterExpression | FilterExpression | |
return | void |
protected VisitFirstExpression ( DataDictionary.Interpreter.ListOperators.FirstExpression firstExpression ) : void | ||
firstExpression | DataDictionary.Interpreter.ListOperators.FirstExpression | |
return | void |
protected VisitForAllExpression ( DataDictionary.Interpreter.ListOperators.ForAllExpression forAllExpression ) : void | ||
forAllExpression | DataDictionary.Interpreter.ListOperators.ForAllExpression | |
return | void |
protected VisitFunctionExpression ( |
||
functionExpression | ||
return | void |
protected VisitInsertStatement ( |
||
insertStatement | ||
return | void |
protected VisitInterpreterTreeNode ( DataDictionary.Interpreter.InterpreterTreeNode interpreterTreeNode ) : void | ||
interpreterTreeNode | DataDictionary.Interpreter.InterpreterTreeNode | |
return | void |
protected VisitLastExpression ( DataDictionary.Interpreter.ListOperators.LastExpression lastExpression ) : void | ||
lastExpression | DataDictionary.Interpreter.ListOperators.LastExpression | |
return | void |
protected VisitLetExpression ( |
||
letExpression | ||
return | void |
protected VisitListExpression ( DataDictionary.Interpreter.ListExpression listExpression ) : void | ||
listExpression | DataDictionary.Interpreter.ListExpression | |
return | void |
protected VisitMapExpression ( DataDictionary.Interpreter.ListOperators.MapExpression mapExpression ) : void | ||
mapExpression | DataDictionary.Interpreter.ListOperators.MapExpression | |
return | void |
protected VisitNumberExpression ( DataDictionary.Interpreter.NumberExpression numberExpression ) : void | ||
numberExpression | DataDictionary.Interpreter.NumberExpression | |
return | void |
protected VisitProcedureCallStatement ( DataDictionary.Interpreter.Statement.ProcedureCallStatement procedureCallStatement ) : void | ||
procedureCallStatement | DataDictionary.Interpreter.Statement.ProcedureCallStatement | |
return | void |
protected VisitReduceExpression ( DataDictionary.Interpreter.ListOperators.ReduceExpression reduceExpression ) : void | ||
reduceExpression | DataDictionary.Interpreter.ListOperators.ReduceExpression | |
return | void |
protected VisitRemoveStatement ( |
||
removeStatement | ||
return | void |
protected VisitReplaceStatement ( DataDictionary.Interpreter.Statement.ReplaceStatement replaceStatement ) : void | ||
replaceStatement | DataDictionary.Interpreter.Statement.ReplaceStatement | |
return | void |
protected VisitStabilizeExpression ( DataDictionary.Interpreter.StabilizeExpression stabilizeExpression ) : void | ||
stabilizeExpression | DataDictionary.Interpreter.StabilizeExpression | |
return | void |
protected VisitStatement ( DataDictionary.Interpreter.Statement.Statement statement ) : void | ||
statement | DataDictionary.Interpreter.Statement.Statement | |
return | void |
protected VisitStringExpression ( DataDictionary.Interpreter.StringExpression stringExpression ) : void | ||
stringExpression | DataDictionary.Interpreter.StringExpression | |
return | void |
protected VisitStructExpression ( |
||
structExpression | ||
return | void |
protected VisitSumExpression ( |
||
sumExpression | ||
return | void |
protected VisitThereIsExpression ( |
||
thereIsExpression | ||
return | void |
protected VisitUnaryExpression ( DataDictionary.Interpreter.UnaryExpression unaryExpression ) : void | ||
unaryExpression | DataDictionary.Interpreter.UnaryExpression | |
return | void |
protected VisitVariableUpdateStatement ( VariableUpdateStatement variableUpdateStatement ) : void | ||
variableUpdateStatement | DataDictionary.Interpreter.Statement.VariableUpdateStatement | |
return | void |