Click or drag to resize

CdssLibraryBaseVisitorResultVisitWith_effective Method

Visit a parse tree produced by with_effective.

The default implementation returns the result of calling VisitChildren(IRuleNode) on context.


Namespace: SanteDB.Cdss.Xml.Antlr
Assembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntax
public virtual Result VisitWith_effective(
	CdssLibraryParserWith_effectiveContext context
)

Parameters

context  CdssLibraryParserWith_effectiveContext
The parse tree.

Return Value

Result

[Missing <returns> documentation for "M:SanteDB.Cdss.Xml.Antlr.CdssLibraryBaseVisitor`1.VisitWith_effective(SanteDB.Cdss.Xml.Antlr.CdssLibraryParser.With_effectiveContext)"]

Implements

ICdssLibraryVisitorResultVisitWith_effective(CdssLibraryParserWith_effectiveContext)
See Also