tokenizer.AST

dylan.NET.Tokenizer.AST.Tokens Namespace

Namespace

For other AST Tokens check the other namespaces.

Type Description
AssemblyTok Represents the 'assembly' keyword.
AsTok Represents the 'as' keyword.
CastclassTok Represents the 'castclass' keyword.
CatchTok Documentation for this section has not yet been entered.
ClassTok Represents the 'class' keyword.
CommentTok Represents the initial token of a comment in the form //*.
DebugTok The '#debug' preprocessor keyword.
DelegateTok Documentation for this section has not yet been entered.
DependTok Documentation for this section has not yet been entered.
DllTok Represents the '.dll' keyword.
ElseIfTok Documentation for this section has not yet been entered.
ElseTok Documentation for this section has not yet been entered.
EndTok Documentation for this section has not yet been entered.
EnumTok Documentation for this section has not yet been entered.
ExeTok Represents the 'exe' keyword.
ExtendsTok Represents the 'extends' keyword.
FieldTok Represents the 'field' keyword.
FinallyTok Documentation for this section has not yet been entered.
GetTok Documentation for this section has not yet been entered.
GettypeCallTok Documentation for this section has not yet been entered.
GettypeTok Documentation for this section has not yet been entered.
GotoTok Documentation for this section has not yet been entered.
Ident Represents an identifier.
IfTok Documentation for this section has not yet been entered.
ImageTok Documentation for this section has not yet been entered.
ImportTok Represents the 'import' keyword.
IncludeTok Represents the '#include' preprocessor keyword.
LabelTok Documentation for this section has not yet been entered.
LiteralTok Documentation for this section has not yet been entered.
LocimportTok Represents the soon to be deprecated 'locimport' keyword.
MakeasmTok Documentation for this section has not yet been entered.
MethodCallTok Represents a method call in the form method-name(param1,param2,...).
MethodNameTok Represents a method name i.e. the full string of characters before the '('.
MethodTok Represents the 'method' keyword.
MeTok Documentation for this section has not yet been entered.
NamespaceTok Documentation for this section has not yet been entered.
NewarrCallTok Documentation for this section has not yet been entered.
NewarrTok Documentation for this section has not yet been entered.
NewCallTok Documentation for this section has not yet been entered.
NewresTok Documentation for this section has not yet been entered.
NewTok Documentation for this section has not yet been entered.
NullTok Represents the 'null' keyword.
OffTok Represents the 'off' keyword.
OfTok Documentation for this section has not yet been entered.
OnTok Represents the 'on' keyword.
PlaceTok Documentation for this section has not yet been entered.
PropertyTok Documentation for this section has not yet been entered.
PtrCallTok Documentation for this section has not yet been entered.
PtrTok Documentation for this section has not yet been entered.
RefasmTok Represents the '#refasm' preprocessor keyword.
ReturnTok Documentation for this section has not yet been entered.
ScopeTok Documentation for this section has not yet been entered.
SetTok Documentation for this section has not yet been entered.
SingTok Documentation for this section has not yet been entered.
StdasmTok Documentation for this section has not yet been entered.
StructTok Documentation for this section has not yet been entered.
SwitchTok Represents an on/off option of a preprocessor directive which turns on/off a code generation feature.
ThenTok Documentation for this section has not yet been entered.
ThrowTok Documentation for this section has not yet been entered.
Token This is the Token class which is the basis for all of the dylan.NET AST.
TryTok Documentation for this section has not yet been entered.
VarTok Represents the 'var' keyword.
VerTok Represents the 'ver' keyword.
XmldocTok Documentation for this section has not yet been entered.