Class Parser
Inheritance
System.Object
Parser
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TinyPG
Assembly: OpenSilver.Compiler.TypeScriptDefToCSharp.dll
Syntax
public class Parser
Constructors
| Improve this Doc View SourceParser(Scanner)
Declaration
public Parser(Scanner scanner)
Parameters
Type | Name | Description |
---|---|---|
Scanner | scanner |
Methods
| Improve this Doc View SourceParse(String)
Declaration
public ParseTree Parse(string input)
Parameters
Type | Name | Description |
---|---|---|
System.String | input |
Returns
Type | Description |
---|---|
ParseTree |
Parse(String, ParseTree)
Declaration
public ParseTree Parse(string input, ParseTree tree)
Parameters
Type | Name | Description |
---|---|---|
System.String | input | |
ParseTree | tree |
Returns
Type | Description |
---|---|
ParseTree |