Class Parser
Inheritance
System.Object
Parser
Assembly: SoDataBase.dll
Syntax
public class Parser : Object
Constructors
Parser(Scanner)
Declaration
public Parser(Scanner scanner)
Parameters
Type |
Name |
Description |
Scanner |
scanner |
|
Methods
Parse(String)
Declaration
public ParseTree Parse(string input)
Parameters
Type |
Name |
Description |
System.String |
input |
|
Returns
Parse(String, String)
Declaration
public ParseTree Parse(string input, string fileName)
Parameters
Type |
Name |
Description |
System.String |
input |
|
System.String |
fileName |
|
Returns
Parse(String, String, ParseTree)
Declaration
public ParseTree Parse(string input, string fileName, ParseTree tree)
Parameters
Type |
Name |
Description |
System.String |
input |
|
System.String |
fileName |
|
ParseTree |
tree |
|
Returns
Extension Methods
EnumUtil.MapEnums<From, To>(From)