Class Compiler.BlockList
Inheritance
System.Object
Compiler.BlockList
Assembly: XSharp.dll
Syntax
public class BlockList : object
Constructors
|
Improve this Doc
View Source
BlockList(Compiler)
Declaration
public BlockList(Compiler aCompiler)
Parameters
Type |
Name |
Description |
Compiler |
aCompiler |
|
Fields
|
Improve this Doc
View Source
mCurrentLabelID
Declaration
protected int mCurrentLabelID
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
EndBlockLabel
Declaration
public string EndBlockLabel { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Current()
Declaration
public Compiler.Block Current()
Returns
|
Improve this Doc
View Source
EndBlock()
Declaration
|
Improve this Doc
View Source
Reset()
Declaration
|
Improve this Doc
View Source
StartBlock(Compiler.BlockType)
Declaration
public void StartBlock(Compiler.BlockType aType)
Parameters