EnsLib.EDI.SEF.Table
class EnsLib.EDI.SEF.Table extends EnsLib.EDI.SEF.Node
This is a container class for other nodesProperty Inventory
Method Inventory
Properties
property Nodes as EnsLib.EDI.SEF.NodeList;
This holds the nodes contained within the table, either SetSegments or SetItemGroups
Tables cannot be nested and therefore cannot appear in the nodelist
Property methods: NodesGet(), NodesGetSwizzled(), NodesIsValid(), NodesNewObject(), NodesSet()
property Number as %Integer;
This holds the number (position) of the table as it appears in the SET
Property methods: NumberDisplayToLogical(), NumberGet(), NumberIsValid(), NumberLogicalToDisplay(), NumberNormalize(), NumberSet()
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()