tokenizer.CodeGen : dylan.NET.Tokenizer.CodeGen Namespace

SymTable Class

Documentation for this section has not yet been entered.

Syntax

public class SymTable

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

static
CtorLst CtorItem[]. Documentation for this section has not yet been entered.
static
CurnTypItem TypeItem . Documentation for this section has not yet been entered.
static
FldLst FieldItem[]. Documentation for this section has not yet been entered.
static
IfLst IfItem[]. Documentation for this section has not yet been entered.
static
LblLst LabelItem[]. Documentation for this section has not yet been entered.
static
LoopLst LoopItem[]. Documentation for this section has not yet been entered.
static
MetLst MethodItem[]. Documentation for this section has not yet been entered.
static
NestedCtorLst CtorItem[]. Documentation for this section has not yet been entered.
static
NestedFldLst FieldItem[]. Documentation for this section has not yet been entered.
static
NestedMetLst MethodItem[]. Documentation for this section has not yet been entered.
static
StoreFlg bool . Documentation for this section has not yet been entered.
static
TypeLst TypeList . Documentation for this section has not yet been entered.
static
TypLst TypeArr[]. Documentation for this section has not yet been entered.
static
VarLst VarItem[]. Documentation for this section has not yet been entered.

Public Methods

static
AddCtor (Type[], System.Reflection.Emit.ConstructorBuilder)
Documentation for this section has not yet been entered.
static
AddFld (string, Type, System.Reflection.Emit.FieldBuilder)
Documentation for this section has not yet been entered.
static
AddIf ()
Documentation for this section has not yet been entered.
static
AddLbl (string)
Documentation for this section has not yet been entered.
static
AddLoop ()
Documentation for this section has not yet been entered.
static
AddMet (string, Type, Type[], System.Reflection.Emit.MethodBuilder)
Documentation for this section has not yet been entered.
static
AddNestedCtor (Type[], System.Reflection.Emit.ConstructorBuilder)
Documentation for this section has not yet been entered.
static
AddNestedFld (string, Type, System.Reflection.Emit.FieldBuilder)
Documentation for this section has not yet been entered.
static
AddNestedMet (string, Type, Type[], System.Reflection.Emit.MethodBuilder)
Documentation for this section has not yet been entered.
static
AddTypArr (Type[]) : int
Documentation for this section has not yet been entered.
static
AddTypArr (Type[])
Documentation for this section has not yet been entered.
static
AddVar (string, bool, int, Type)
Documentation for this section has not yet been entered.
static
AddVar (string, bool, int, Type, int)
Documentation for this section has not yet been entered.
static
CheckUnusedVar ()
Documentation for this section has not yet been entered.
static
CmpTyps (Type[], Type[]) : bool
Documentation for this section has not yet been entered.
static
FindCtor (Type[]) : CtorItem
Documentation for this section has not yet been entered.
static
FindCtor (Type[]) : System.Reflection.ConstructorInfo
Documentation for this section has not yet been entered.
static
FindFld (string) : FieldItem
Documentation for this section has not yet been entered.
static
FindFld (string) : System.Reflection.FieldInfo
Documentation for this section has not yet been entered.
static
FindLbl (string) : LabelItem
Documentation for this section has not yet been entered.
static
FindMet (string, Type[]) : MethodItem
Documentation for this section has not yet been entered.
static
FindMet (string, Type[]) : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
static
FindMetNoParams (string) : MethodItem
Documentation for this section has not yet been entered.
static
FindVar (string) : VarItem
Documentation for this section has not yet been entered.
static
PopIf ()
Documentation for this section has not yet been entered.
static
PopLoop ()
Documentation for this section has not yet been entered.
static
PopTypArr () : Type[]
Documentation for this section has not yet been entered.
static
ReadIfElsePass () : bool
Documentation for this section has not yet been entered.
static
ReadIfEndLbl () : System.Reflection.Emit.Label
Documentation for this section has not yet been entered.
static
ReadIfNxtBlkLbl () : System.Reflection.Emit.Label
Documentation for this section has not yet been entered.
static
ReadLoopEndLbl () : System.Reflection.Emit.Label
Documentation for this section has not yet been entered.
static
ReadLoopStartLbl () : System.Reflection.Emit.Label
Documentation for this section has not yet been entered.
static
ResetCtor ()
Documentation for this section has not yet been entered.
static
ResetFld ()
Documentation for this section has not yet been entered.
static
ResetIf ()
Documentation for this section has not yet been entered.
static
ResetLbl ()
Documentation for this section has not yet been entered.
static
ResetLoop ()
Documentation for this section has not yet been entered.
static
ResetMet ()
Documentation for this section has not yet been entered.
static
ResetNestedCtor ()
Documentation for this section has not yet been entered.
static
ResetNestedFld ()
Documentation for this section has not yet been entered.
static
ResetNestedMet ()
Documentation for this section has not yet been entered.
static
ResetUsed (string)
Documentation for this section has not yet been entered.
static
ResetVar ()
Documentation for this section has not yet been entered.
static
SetIfElsePass ()
Documentation for this section has not yet been entered.
static
SetIfNxtBlkLbl ()
Documentation for this section has not yet been entered.

Member Details

SymTable Constructor

Documentation for this section has not yet been entered.

Syntax

public SymTable ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

AddCtor Method

Documentation for this section has not yet been entered.

Syntax

public static void AddCtor (Type[] ptyps, System.Reflection.Emit.ConstructorBuilder met)

Parameters

ptyps
Documentation for this section has not yet been entered.
met
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

AddFld Method

Documentation for this section has not yet been entered.

Syntax

public static void AddFld (string nme, Type typ, System.Reflection.Emit.FieldBuilder fld)

Parameters

nme
Documentation for this section has not yet been entered.
typ
Documentation for this section has not yet been entered.
fld
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

AddIf Method

Documentation for this section has not yet been entered.

Syntax

public static void AddIf ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

AddLbl Method

Documentation for this section has not yet been entered.

Syntax

public static void AddLbl (string nam)

Parameters

nam
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

AddLoop Method

Documentation for this section has not yet been entered.

Syntax

public static void AddLoop ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

AddMet Method

Documentation for this section has not yet been entered.

Syntax

public static void AddMet (string nme, Type typ, Type[] ptyps, System.Reflection.Emit.MethodBuilder met)

Parameters

nme
Documentation for this section has not yet been entered.
typ
Documentation for this section has not yet been entered.
ptyps
Documentation for this section has not yet been entered.
met
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

AddNestedCtor Method

Documentation for this section has not yet been entered.

Syntax

public static void AddNestedCtor (Type[] ptyps, System.Reflection.Emit.ConstructorBuilder met)

Parameters

ptyps
Documentation for this section has not yet been entered.
met
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

AddNestedFld Method

Documentation for this section has not yet been entered.

Syntax

public static void AddNestedFld (string nme, Type typ, System.Reflection.Emit.FieldBuilder fld)

Parameters

nme
Documentation for this section has not yet been entered.
typ
Documentation for this section has not yet been entered.
fld
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

AddNestedMet Method

Documentation for this section has not yet been entered.

Syntax

public static void AddNestedMet (string nme, Type typ, Type[] ptyps, System.Reflection.Emit.MethodBuilder met)

Parameters

nme
Documentation for this section has not yet been entered.
typ
Documentation for this section has not yet been entered.
ptyps
Documentation for this section has not yet been entered.
met
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

AddTypArr Method

Documentation for this section has not yet been entered.

Syntax

public static int AddTypArr (Type[] arr)

Parameters

arr
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

AddTypArr Method

Documentation for this section has not yet been entered.

Syntax

public static void AddTypArr (Type[] arr)

Parameters

arr
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3

AddVar Method

Documentation for this section has not yet been entered.

Syntax

public static void AddVar (string nme, bool la, int ind, Type typ)

Parameters

nme
Documentation for this section has not yet been entered.
la
Documentation for this section has not yet been entered.
ind
Documentation for this section has not yet been entered.
typ
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7

AddVar Method

Documentation for this section has not yet been entered.

Syntax

public static void AddVar (string nme, bool la, int ind, Type typ, int lin)

Parameters

nme
Documentation for this section has not yet been entered.
la
Documentation for this section has not yet been entered.
ind
Documentation for this section has not yet been entered.
typ
Documentation for this section has not yet been entered.
lin
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

CheckUnusedVar Method

Documentation for this section has not yet been entered.

Syntax

public static void CheckUnusedVar ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

CmpTyps Method

Documentation for this section has not yet been entered.

Syntax

public static bool CmpTyps (Type[] arra, Type[] arrb)

Parameters

arra
Documentation for this section has not yet been entered.
arrb
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

CtorLst Field

Documentation for this section has not yet been entered.

Syntax

public static CtorItem[] CtorLst

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2

CurnTypItem Field

Documentation for this section has not yet been entered.

Syntax

public static TypeItem CurnTypItem

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

FindCtor Method

Documentation for this section has not yet been entered.

Syntax

public static CtorItem FindCtor (Type[] params)

Parameters

params
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2

FindCtor Method

Documentation for this section has not yet been entered.

Syntax

public static System.Reflection.ConstructorInfo FindCtor (Type[] paramst)

Parameters

paramst
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

FindFld Method

Documentation for this section has not yet been entered.

Syntax

public static FieldItem FindFld (string nam)

Parameters

nam
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2

FindFld Method

Documentation for this section has not yet been entered.

Syntax

public static System.Reflection.FieldInfo FindFld (string nam)

Parameters

nam
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

FindLbl Method

Documentation for this section has not yet been entered.

Syntax

public static LabelItem FindLbl (string nam)

Parameters

nam
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

FindMet Method

Documentation for this section has not yet been entered.

Syntax

public static MethodItem FindMet (string nam, Type[] params)

Parameters

nam
Documentation for this section has not yet been entered.
params
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2

FindMet Method

Documentation for this section has not yet been entered.

Syntax

public static System.Reflection.MethodInfo FindMet (string nam, Type[] paramst)

Parameters

nam
Documentation for this section has not yet been entered.
paramst
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

FindMetNoParams Method

Documentation for this section has not yet been entered.

Syntax

public static MethodItem FindMetNoParams (string nam)

Parameters

nam
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

FindVar Method

Documentation for this section has not yet been entered.

Syntax

public static VarItem FindVar (string nam)

Parameters

nam
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

FldLst Field

Documentation for this section has not yet been entered.

Syntax

public static FieldItem[] FldLst

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2

IfLst Field

Documentation for this section has not yet been entered.

Syntax

public static IfItem[] IfLst

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2

LblLst Field

Documentation for this section has not yet been entered.

Syntax

public static LabelItem[] LblLst

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2

LoopLst Field

Documentation for this section has not yet been entered.

Syntax

public static LoopItem[] LoopLst

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2

MetLst Field

Documentation for this section has not yet been entered.

Syntax

public static MethodItem[] MetLst

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2

NestedCtorLst Field

Documentation for this section has not yet been entered.

Syntax

public static CtorItem[] NestedCtorLst

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2

NestedFldLst Field

Documentation for this section has not yet been entered.

Syntax

public static FieldItem[] NestedFldLst

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2

NestedMetLst Field

Documentation for this section has not yet been entered.

Syntax

public static MethodItem[] NestedMetLst

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2

PopIf Method

Documentation for this section has not yet been entered.

Syntax

public static void PopIf ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

PopLoop Method

Documentation for this section has not yet been entered.

Syntax

public static void PopLoop ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

PopTypArr Method

Documentation for this section has not yet been entered.

Syntax

public static Type[] PopTypArr ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ReadIfElsePass Method

Documentation for this section has not yet been entered.

Syntax

public static bool ReadIfElsePass ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ReadIfEndLbl Method

Documentation for this section has not yet been entered.

Syntax

public static System.Reflection.Emit.Label ReadIfEndLbl ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ReadIfNxtBlkLbl Method

Documentation for this section has not yet been entered.

Syntax

public static System.Reflection.Emit.Label ReadIfNxtBlkLbl ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ReadLoopEndLbl Method

Documentation for this section has not yet been entered.

Syntax

public static System.Reflection.Emit.Label ReadLoopEndLbl ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ReadLoopStartLbl Method

Documentation for this section has not yet been entered.

Syntax

public static System.Reflection.Emit.Label ReadLoopStartLbl ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ResetCtor Method

Documentation for this section has not yet been entered.

Syntax

public static void ResetCtor ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2

ResetFld Method

Documentation for this section has not yet been entered.

Syntax

public static void ResetFld ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2

ResetIf Method

Documentation for this section has not yet been entered.

Syntax

public static void ResetIf ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ResetLbl Method

Documentation for this section has not yet been entered.

Syntax

public static void ResetLbl ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ResetLoop Method

Documentation for this section has not yet been entered.

Syntax

public static void ResetLoop ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ResetMet Method

Documentation for this section has not yet been entered.

Syntax

public static void ResetMet ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2

ResetNestedCtor Method

Documentation for this section has not yet been entered.

Syntax

public static void ResetNestedCtor ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ResetNestedFld Method

Documentation for this section has not yet been entered.

Syntax

public static void ResetNestedFld ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ResetNestedMet Method

Documentation for this section has not yet been entered.

Syntax

public static void ResetNestedMet ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ResetUsed Method

Documentation for this section has not yet been entered.

Syntax

public static void ResetUsed (string nam)

Parameters

nam
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

ResetVar Method

Documentation for this section has not yet been entered.

Syntax

public static void ResetVar ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

SetIfElsePass Method

Documentation for this section has not yet been entered.

Syntax

public static void SetIfElsePass ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

SetIfNxtBlkLbl Method

Documentation for this section has not yet been entered.

Syntax

public static void SetIfNxtBlkLbl ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

StoreFlg Field

Documentation for this section has not yet been entered.

Syntax

public static bool StoreFlg

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.8.9, 11.2.9.1, 11.2.9.2, 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

TypeLst Field

Documentation for this section has not yet been entered.

Syntax

public static TypeList TypeLst

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.9.3, 11.2.9.4, 11.2.9.5, 11.2.9.6

TypLst Field

Documentation for this section has not yet been entered.

Syntax

public static TypeArr[] TypLst

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1, 11.2.9.2

VarLst Field

Documentation for this section has not yet been entered.

Syntax

public static VarItem[] VarLst

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: dylan.NET.Tokenizer.CodeGen
Assembly: tokenizer.CodeGen (in tokenizer.CodeGen.dll)
Assembly Versions: 11.2.7.2, 11.2.7.5, 11.2.7.6, 11.2.7.7, 11.2.7.8, 11.2.7.9, 11.2.8.1, 11.2.8.2, 11.2.8.3, 11.2.8.4, 11.2.8.5, 11.2.8.6, 11.2.8.7, 11.2.8.9, 11.2.9.1