C# Class Unicoen.Model.ProgramGeneratorForSmartExpressions

Mostrar archivo Open project: UnicoenProject/UNICOEN

Public Methods

Method Description
ToSmartArrayLiteral ( this singleton ) : UnifiedExpression
ToSmartArrayLiteral ( this expressions ) : UnifiedExpression
ToSmartExpressionList ( this singleton ) : UnifiedExpression
ToSmartExpressionList ( this collection ) : UnifiedExpression
ToSmartLazyListLiteral ( this singleton ) : UnifiedExpression
ToSmartLazyListLiteral ( this expressions ) : UnifiedExpression
ToSmartListLiteral ( this singleton ) : UnifiedExpression
ToSmartListLiteral ( this expressions ) : UnifiedExpression
ToSmartSetLiteral ( this singleton ) : UnifiedExpression
ToSmartSetLiteral ( this expressions ) : UnifiedExpression
ToSmartTupleLiteral ( this singleton ) : UnifiedExpression
ToSmartTupleLiteral ( this expressions ) : UnifiedExpression

Method Details

ToSmartArrayLiteral() public static method

public static ToSmartArrayLiteral ( this singleton ) : UnifiedExpression
singleton this
return UnifiedExpression

ToSmartArrayLiteral() public static method

public static ToSmartArrayLiteral ( this expressions ) : UnifiedExpression
expressions this
return UnifiedExpression

ToSmartExpressionList() public static method

public static ToSmartExpressionList ( this singleton ) : UnifiedExpression
singleton this
return UnifiedExpression

ToSmartExpressionList() public static method

public static ToSmartExpressionList ( this collection ) : UnifiedExpression
collection this
return UnifiedExpression

ToSmartLazyListLiteral() public static method

public static ToSmartLazyListLiteral ( this singleton ) : UnifiedExpression
singleton this
return UnifiedExpression

ToSmartLazyListLiteral() public static method

public static ToSmartLazyListLiteral ( this expressions ) : UnifiedExpression
expressions this
return UnifiedExpression

ToSmartListLiteral() public static method

public static ToSmartListLiteral ( this singleton ) : UnifiedExpression
singleton this
return UnifiedExpression

ToSmartListLiteral() public static method

public static ToSmartListLiteral ( this expressions ) : UnifiedExpression
expressions this
return UnifiedExpression

ToSmartSetLiteral() public static method

public static ToSmartSetLiteral ( this singleton ) : UnifiedExpression
singleton this
return UnifiedExpression

ToSmartSetLiteral() public static method

public static ToSmartSetLiteral ( this expressions ) : UnifiedExpression
expressions this
return UnifiedExpression

ToSmartTupleLiteral() public static method

public static ToSmartTupleLiteral ( this singleton ) : UnifiedExpression
singleton this
return UnifiedExpression

ToSmartTupleLiteral() public static method

public static ToSmartTupleLiteral ( this expressions ) : UnifiedExpression
expressions this
return UnifiedExpression