C# Class Irony.Compiler.TerminalFactory

Show file Open project: Zepheus/Fiesta_Utils

Public Methods

Method Description
CreateCSharpChar ( string name ) : StringLiteral
CreateCSharpIdentifier ( string name ) : IdentifierTerminal
CreateCSharpNumber ( string name ) : NumberLiteral
CreateCSharpString ( string name ) : StringLiteral
CreatePythonIdentifier ( string name ) : IdentifierTerminal
CreatePythonNumber ( string name ) : NumberLiteral
CreatePythonString ( string name ) : StringLiteral
CreateSchemeNumber ( string name ) : NumberLiteral
CreateVbNumber ( string name ) : NumberLiteral
CreateVbString ( string name ) : StringLiteral

Method Details

CreateCSharpChar() public static method

public static CreateCSharpChar ( string name ) : StringLiteral
name string
return StringLiteral

CreateCSharpIdentifier() public static method

public static CreateCSharpIdentifier ( string name ) : IdentifierTerminal
name string
return IdentifierTerminal

CreateCSharpNumber() public static method

public static CreateCSharpNumber ( string name ) : NumberLiteral
name string
return NumberLiteral

CreateCSharpString() public static method

public static CreateCSharpString ( string name ) : StringLiteral
name string
return StringLiteral

CreatePythonIdentifier() public static method

public static CreatePythonIdentifier ( string name ) : IdentifierTerminal
name string
return IdentifierTerminal

CreatePythonNumber() public static method

public static CreatePythonNumber ( string name ) : NumberLiteral
name string
return NumberLiteral

CreatePythonString() public static method

public static CreatePythonString ( string name ) : StringLiteral
name string
return StringLiteral

CreateSchemeNumber() public static method

public static CreateSchemeNumber ( string name ) : NumberLiteral
name string
return NumberLiteral

CreateVbNumber() public static method

public static CreateVbNumber ( string name ) : NumberLiteral
name string
return NumberLiteral

CreateVbString() public static method

public static CreateVbString ( string name ) : StringLiteral
name string
return StringLiteral