Cdss |
The CdssLibraryBaseVisitorResult type exposes the following members.
| Name | Description | |
|---|---|---|
| AggregateResult | Aggregates the results of visiting multiple children of a node. (Inherited from AbstractParseTreeVisitorResult) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ShouldVisitNextChild |
This method is called after visiting each child in
VisitChildren(IRuleNode)
. This method is first called before the first
child is visited; at that point
currentResult
will be the initial
value (in the default implementation, the initial value is returned by a
call to
DefaultResult
. This method is not called after the last
child is visited.
The default implementation always returns , indicating that visitChildren should only return after all children are visited. One reason to override this method is to provide a "short circuit" evaluation option for situations where the result of visiting a single child has the potential to determine the result of the visit operation as a whole. (Inherited from AbstractParseTreeVisitorResult) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Visit | The default implementation calls Accept``1(IParseTreeVisitorUMP) on the specified tree. (Inherited from AbstractParseTreeVisitorResult) | |
| VisitAll_logic |
Visit a parse tree produced by all_logic.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitAny_logic |
Visit a parse tree produced by any_logic.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitApply_action_statement |
Visit a parse tree produced by apply_action_statement.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitAssign_action_statement |
Visit a parse tree produced by assign_action_statement.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitChildren | The default implementation initializes the aggregate result to defaultResult() . Before visiting each child, it calls shouldVisitNextChild ; if the result is no more children are visited and the current aggregate result is returned. After visiting a child, the aggregate result is updated by calling aggregateResult with the previous aggregate result and the result of visiting the child. The default implementation is not safe for use in visitors that modify the tree structure. Visitors that modify the tree should override this method to behave properly in respect to the specific algorithm in use. (Inherited from AbstractParseTreeVisitorResult) | |
| VisitCsharp_logic |
Visit a parse tree produced by csharp_logic.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitData_block |
Visit a parse tree produced by data_block.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitDefine_fact |
Visit a parse tree produced by define_fact.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitDefine_model |
Visit a parse tree produced by define_model.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitDefine_protocol |
Visit a parse tree produced by define_protocol.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitDefine_rule |
Visit a parse tree produced by define_rule.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitErrorNode | The default implementation returns the result of defaultResult . (Inherited from AbstractParseTreeVisitorResult) | |
| VisitFact_computation |
Visit a parse tree produced by fact_computation.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitFact_having_statements |
Visit a parse tree produced by fact_having_statements.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitFact_normalization |
Visit a parse tree produced by fact_normalization.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitFact_ref |
Visit a parse tree produced by fact_ref.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitFact_reference_or_computation |
Visit a parse tree produced by fact_reference_or_computation.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitHaving_context |
Visit a parse tree produced by having_context.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitHaving_id |
Visit a parse tree produced by having_id.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitHaving_model |
Visit a parse tree produced by having_model.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitHaving_negation |
Visit a parse tree produced by having_negation.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitHaving_oid |
Visit a parse tree produced by having_oid.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitHaving_priority |
Visit a parse tree produced by having_priority.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitHaving_scope |
Visit a parse tree produced by having_scope.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitHaving_statements |
Visit a parse tree produced by having_statements.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitHaving_status |
Visit a parse tree produced by having_status.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitHaving_type |
Visit a parse tree produced by having_type.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitHaving_uuid |
Visit a parse tree produced by having_uuid.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitHdsi_logic |
Visit a parse tree produced by hdsi_logic.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitInclude_definition |
Visit a parse tree produced by include_definition.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitInline_rule_definition |
Visit a parse tree produced by inline_rule_definition.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitLibrary |
Visit a parse tree produced by library.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitLibrary_definition |
Visit a parse tree produced by library_definition.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitLibrary_definitions |
Visit a parse tree produced by library_definitions.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitLogic_block |
Visit a parse tree produced by logic_block.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitLogic_definitions |
Visit a parse tree produced by logic_definitions.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitLogic_having_statements |
Visit a parse tree produced by logic_having_statements.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitMetadata_author_statement |
Visit a parse tree produced by metadata_author_statement.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitMetadata_documentation_statement |
Visit a parse tree produced by metadata_documentation_statement.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitMetadata_statement |
Visit a parse tree produced by metadata_statement.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitMetadata_version_statement |
Visit a parse tree produced by metadata_version_statement.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitNone_logic |
Visit a parse tree produced by none_logic.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitPropose_action_statement |
Visit a parse tree produced by propose_action_statement.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitProtocol_having_statements |
Visit a parse tree produced by protocol_having_statements.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitQuery_logic |
Visit a parse tree produced by query_logic.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitRaise_action_statement |
Visit a parse tree produced by raise_action_statement.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitRepeat_action_statement |
Visit a parse tree produced by repeat_action_statement.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitTerminal | The default implementation returns the result of defaultResult . (Inherited from AbstractParseTreeVisitorResult) | |
| VisitThen_action_statements |
Visit a parse tree produced by then_action_statements.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitUsing_model |
Visit a parse tree produced by using_model.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitWhen_guard_condition |
Visit a parse tree produced by when_guard_condition.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. | |
| VisitWith_effective |
Visit a parse tree produced by with_effective.
The default implementation returns the result of calling VisitChildren(IRuleNode) on context. |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |