C# Class Unicoen.Model.ProgramGeneratorForExpressions

Mostrar archivo Open project: UnicoenProject/UNICOEN

Public Methods

Method Description
ToArrayLiteral ( this singleton ) : UnifiedArrayLiteral
ToArrayLiteral ( this expressions ) : UnifiedArrayLiteral
ToBlock ( this singleton ) : UnifiedBlock
ToBlock ( this expressions ) : UnifiedBlock
ToExpressionList ( this singleton ) : UnifiedExpressionList
ToExpressionList ( this collection ) : UnifiedExpressionList
ToLazyListLiteral ( this singleton ) : UnifiedIterableLiteral
ToLazyListLiteral ( this expressions ) : UnifiedIterableLiteral
ToLinqExpression ( this singleton ) : UnifiedLinqExpression
ToLinqExpression ( this collection ) : UnifiedLinqExpression
ToListLiteral ( this singleton ) : UnifiedListLiteral
ToListLiteral ( this expressions ) : UnifiedListLiteral
ToProgram ( this singleton ) : UnifiedProgram
ToProgram ( this expressions ) : UnifiedProgram
ToSetLiteral ( this singleton ) : UnifiedSetLiteral
ToSetLiteral ( this expressions ) : UnifiedSetLiteral
ToTupleLiteral ( this singleton ) : UnifiedTupleLiteral
ToTupleLiteral ( this expressions ) : UnifiedTupleLiteral
ToVariableDefinitionList ( this singleton ) : UnifiedVariableDefinitionList
ToVariableDefinitionList ( this expressions ) : UnifiedVariableDefinitionList

Method Details

ToArrayLiteral() public static method

public static ToArrayLiteral ( this singleton ) : UnifiedArrayLiteral
singleton this
return UnifiedArrayLiteral

ToArrayLiteral() public static method

public static ToArrayLiteral ( this expressions ) : UnifiedArrayLiteral
expressions this
return UnifiedArrayLiteral

ToBlock() public static method

public static ToBlock ( this singleton ) : UnifiedBlock
singleton this
return UnifiedBlock

ToBlock() public static method

public static ToBlock ( this expressions ) : UnifiedBlock
expressions this
return UnifiedBlock

ToExpressionList() public static method

public static ToExpressionList ( this singleton ) : UnifiedExpressionList
singleton this
return UnifiedExpressionList

ToExpressionList() public static method

public static ToExpressionList ( this collection ) : UnifiedExpressionList
collection this
return UnifiedExpressionList

ToLazyListLiteral() public static method

public static ToLazyListLiteral ( this singleton ) : UnifiedIterableLiteral
singleton this
return UnifiedIterableLiteral

ToLazyListLiteral() public static method

public static ToLazyListLiteral ( this expressions ) : UnifiedIterableLiteral
expressions this
return UnifiedIterableLiteral

ToLinqExpression() public static method

public static ToLinqExpression ( this singleton ) : UnifiedLinqExpression
singleton this
return UnifiedLinqExpression

ToLinqExpression() public static method

public static ToLinqExpression ( this collection ) : UnifiedLinqExpression
collection this
return UnifiedLinqExpression

ToListLiteral() public static method

public static ToListLiteral ( this singleton ) : UnifiedListLiteral
singleton this
return UnifiedListLiteral

ToListLiteral() public static method

public static ToListLiteral ( this expressions ) : UnifiedListLiteral
expressions this
return UnifiedListLiteral

ToProgram() public static method

public static ToProgram ( this singleton ) : UnifiedProgram
singleton this
return UnifiedProgram

ToProgram() public static method

public static ToProgram ( this expressions ) : UnifiedProgram
expressions this
return UnifiedProgram

ToSetLiteral() public static method

public static ToSetLiteral ( this singleton ) : UnifiedSetLiteral
singleton this
return UnifiedSetLiteral

ToSetLiteral() public static method

public static ToSetLiteral ( this expressions ) : UnifiedSetLiteral
expressions this
return UnifiedSetLiteral

ToTupleLiteral() public static method

public static ToTupleLiteral ( this singleton ) : UnifiedTupleLiteral
singleton this
return UnifiedTupleLiteral

ToTupleLiteral() public static method

public static ToTupleLiteral ( this expressions ) : UnifiedTupleLiteral
expressions this
return UnifiedTupleLiteral

ToVariableDefinitionList() public static method

public static ToVariableDefinitionList ( this singleton ) : UnifiedVariableDefinitionList
singleton this
return UnifiedVariableDefinitionList

ToVariableDefinitionList() public static method

public static ToVariableDefinitionList ( this expressions ) : UnifiedVariableDefinitionList
expressions this
return UnifiedVariableDefinitionList