public: enum Symbol { Production, Symbol, Literal, Open, Close, Assign, Seperator, Delimiter, InnerComment, OuterComment, Attribute, Resolver, Prolog, Epilog, Action, LineNumber, ALL, INDENT, UNSET };
public enum Symbol { public Production, public Symbol, public Literal, public Open, public Close, public Assign, public Seperator, public Delimiter, public InnerComment, public OuterComment, public Attribute, public Resolver, public Prolog, public Epilog, public Action, public LineNumber, public ALL, public INDENT, public UNSET }
Public Enum Symbol Public Production, Public Symbol, Public Literal, Public Open, Public Close, Public Assign, Public Seperator, Public Delimiter, Public InnerComment, Public OuterComment, Public Attribute, Public Resolver, Public Prolog, Public Epilog, Public Action, Public LineNumber, Public ALL, Public INDENT, Public UNSET End Enum
Members |
Description |
Production |
Production - Symbol |
Literal |
Literal - Symbol |
Open |
Open - Symbol |
Close |
Close - Symbol |
Assign |
Zuweisungs - Symbol |
Seperator |
Seperator - Symbol |
Delimiter |
Delimiter - Symbol |
InnerComment |
InnerComment - Symbol |
OuterComment |
OuterComment - Symbol |
Attribute |
Attribut - Symbol |
Resolver |
Resolver - Symbol |
Prolog |
Prolog - Symbol |
Epilog |
Epilog - Symbol |
Action |
Action - Symbol |
LineNumber |
Zeilennummer - Symbol |
ALL |
Dieser Wert steht stellvertretend für alle Symbole dieser Enumeration |
INDENT |
Einrückungs - Symbol |
UNSET |
Der Standardwert dieser Enumeration. Er wird sofort nach der Instanzierung einer Variablen dieser Enumeration verwendet. |
Diese Enumeration enthält alle Symbole, welche in einer Konfigurationsdatei verwendet werden. Diese Symbole können zum Beispiel dafür verwendet werden, um eine Regel zu erstellen, mit der der Abstand zwischen zwei solchen Symbolen festgelegt werden kann.
Copyright (c) 2005. All rights reserved.
|