Show / Hide Table of Contents

Class Parser

Inheritance
Object
Parser
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public class Parser

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
String input
Returns
Type Description
ParseTree

Parse(String, String)

Declaration
public ParseTree Parse(string input, string fileName)
Parameters
Type Name Description
String input
String fileName
Returns
Type Description
ParseTree

Parse(String, String, ParseTree)

Declaration
public ParseTree Parse(string input, string fileName, ParseTree tree)
Parameters
Type Name Description
String input
String fileName
ParseTree tree
Returns
Type Description
ParseTree

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top