Class TokenList
Inheritance
System.Object
TokenList
Assembly: XSharp.dll
Syntax
public class TokenList : List<Token>
Properties
|
Improve this Doc
View Source
Item[Int32]
Declaration
public Token this[int aIdx] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
aIdx |
|
Property Value
Methods
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetPatternHashCode()
Declaration
public int GetPatternHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Last()
Declaration
Returns
|
Improve this Doc
View Source
PatternMatches(TokenList)
Declaration
public bool PatternMatches(TokenList aObj)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RegistersMatch(String, String, String, IDictionary<String, XSRegisters.Register>)
Declaration
protected bool RegistersMatch(string aThisUpper, string aThatUpper, string aPattern, IDictionary<string, XSRegisters.Register> aRegisters)
Parameters
Type |
Name |
Description |
System.String |
aThisUpper |
|
System.String |
aThatUpper |
|
System.String |
aPattern |
|
IDictionary<System.String, XSRegisters.Register> |
aRegisters |
|
Returns
Type |
Description |
System.Boolean |
|