Class Parser
Simple parser for parsing epl code to command objects
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: Simplic.EPL
Assembly: Simplic.EPL.dll
Syntax
public class Parser
Methods
| Improve this Doc View SourceParse(String, IErrorListener)
Create list of tokens from epl
Declaration
public static IList<EPLCommand> Parse(string epl, IErrorListener listener)
Parameters
Type | Name | Description |
---|---|---|
System.String | epl | EPL code |
IErrorListener | listener | Error listener |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<EPLCommand> | List of tokens |