EnsLib.EDI.SEF.SyntaxRule
class EnsLib.EDI.SEF.SyntaxRule extends EnsLib.EDI.SEF.Node
This represents an X12 Syntax RuleProperty Inventory
Method Inventory
Properties
property Operands as %String;
This holds the rule operands
Property methods: OperandsDisplayToLogical(), OperandsGet(), OperandsIsValid(), OperandsLogicalToDisplay(), OperandsLogicalToOdbc(), OperandsNormalize(), OperandsSet()
property RuleType as %String;
This holds the rule type
Property methods: RuleTypeDisplayToLogical(), RuleTypeGet(), RuleTypeIsValid(), RuleTypeLogicalToDisplay(), RuleTypeLogicalToOdbc(), RuleTypeNormalize(), RuleTypeSet()
Methods
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
Perform a sanity check on the nodes in the parse tree
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- Ancestor()
- AsString()
- DisplayName()
- IsGroup()
- OutputTextToDevice()