Class Root
Inheritance
System.Object
Root
Assembly: Spruce.dll
Syntax
public class Root : Token
Methods
|
Improve this Doc
View Source
AddEmitter(Object)
Declaration
public void AddEmitter(object aEmitter)
Parameters
Type |
Name |
Description |
System.Object |
aEmitter |
|
|
Improve this Doc
View Source
Parse(String)
Declaration
public List<CodePoint> Parse(string aText)
Parameters
Type |
Name |
Description |
System.String |
aText |
|
Returns
|
Improve this Doc
View Source
Parse(String, ref Int32)
Declaration
public override object Parse(string aText, ref int rStart)
Parameters
Type |
Name |
Description |
System.String |
aText |
|
System.Int32 |
rStart |
|
Returns
Type |
Description |
System.Object |
|
Overrides