Class TokenPatterns.Blocks
Inheritance
System.Object
TokenPatterns.Blocks
Assembly: XSharp.dll
Syntax
protected class Blocks : List<TokenPatterns.Block>
Fields
|
Improve this Doc
View Source
mCurrentLabelID
Declaration
protected int mCurrentLabelID
Field Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Current()
Declaration
public TokenPatterns.Block Current()
Returns
|
Improve this Doc
View Source
End()
Declaration
|
Improve this Doc
View Source
Reset()
Declaration
|
Improve this Doc
View Source
Start(TokenList, Boolean)
Declaration
public void Start(TokenList aTokens, bool aIsCollector)
Parameters
Type |
Name |
Description |
TokenList |
aTokens |
|
System.Boolean |
aIsCollector |
|