class EnsLib.EDI.SEF.SyntaxRule
extends EnsLib.EDI.SEF.Node
This represents an X12 Syntax Rule
property Operands
as %String;
This holds the rule operands
property RuleType
as %String;
This holds the rule type
method GenerateDescriptor(pCompiler As EnsLib.EDI.SEF.Compiler)
as %Status
This method is overriden by subclasses to generate the code that this
node represents
method GenerateText(pStream As %CharacterStream)
as %Status
This method is override by subclases to generate the textual representation
of this node
method Validate(ByRef pStatus As %Status)
as %Status
Perform a sanity check on the nodes in the parse tree