C# Class Unicoen.Languages.JavaScript.ProgramGenerators.JavaScriptProgramGeneratorHelper

Exibir arquivo Open project: UnicoenProject/UNICOEN

Public Properties

Property Type Description
Sign2BinaryOperator UnifiedBinaryOperator>.Dictionary
Sign2PrefixUnaryOperator UnifiedUnaryOperator>.Dictionary

Public Methods

Method Description
CreateAdditiveExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateArguments ( System.Xml.Linq.XElement node ) : UnifiedSet
CreateArrayLiteral ( System.Xml.Linq.XElement node ) : UnifiedNew
CreateAssignmentExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateAssignmentExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateAssignmentOperator ( System.Xml.Linq.XElement node ) : UnifiedBinaryOperator
CreateBitwiseANDExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateBitwiseANDExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateBitwiseORExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateBitwiseORExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateBitwiseXORExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateBitwiseXORExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateBreakStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateCallExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateCallExpressionSuffix ( UnifiedExpression prefix, System.Xml.Linq.XElement node ) : UnifiedExpression
CreateCaseBlock ( System.Xml.Linq.XElement node ) : UnifiedSet
CreateCaseClause ( System.Xml.Linq.XElement node ) : UnifiedCase
CreateCatchClause ( System.Xml.Linq.XElement node ) : UnifiedSet
CreateConditionalExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateConditionalExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateContinueStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateDefaultClause ( System.Xml.Linq.XElement node ) : UnifiedCase
CreateDoWhileStatement ( System.Xml.Linq.XElement node ) : UnifiedDoWhile
CreateEmptyStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateEqualityExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateEqualityExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateExpressionStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateFinallyClause ( System.Xml.Linq.XElement node ) : UnifiedBlock
CreateForInStatement ( System.Xml.Linq.XElement node ) : UnifiedForeach
CreateForInStatementInitialiserPart ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateForStatement ( System.Xml.Linq.XElement node ) : UnifiedFor
CreateForStatementInitialiserPart ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateFormalParameterList ( System.Xml.Linq.XElement node ) : UnifiedSet
CreateFunctionBody ( System.Xml.Linq.XElement node ) : UnifiedBlock
CreateFunctionDeclaration ( System.Xml.Linq.XElement node ) : UnifiedFunctionDefinition
CreateFunctionExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateIfStatement ( System.Xml.Linq.XElement node ) : UnifiedIf
CreateIndexSuffix ( UnifiedExpression prefix, System.Xml.Linq.XElement node ) : UnifiedIndexer
CreateInitialiser ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateInitialiserNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateIterationStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateLabelledStatement ( System.Xml.Linq.XElement node ) : IEnumerable
CreateLeftHandSideExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateLiteral ( System.Xml.Linq.XElement node ) : UnifiedLiteral
CreateLogicalANDExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateLogicalANDExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateLogicalORExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateLogicalORExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateMemberExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateMemberExpressionSuffix ( UnifiedExpression prefix, System.Xml.Linq.XElement node ) : UnifiedExpression
CreateMultiplicativeExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateNewExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateNumericliteral ( System.Xml.Linq.XElement node ) : UnifiedLiteral
CreateObjectLiteral ( System.Xml.Linq.XElement node ) : UnifiedMapLiteral
CreatePostfixExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreatePrimaryExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateProgram ( System.Xml.Linq.XElement node ) : UnifiedProgram
CreatePropertyName ( System.Xml.Linq.XElement node ) : Unicoen.Model.UnifiedIdentifier
CreatePropertyNameAndValue ( System.Xml.Linq.XElement node ) : UnifiedKeyValue
CreatePropertyReferenceSuffix ( UnifiedExpression prefix, System.Xml.Linq.XElement node ) : UnifiedProperty
CreateRegularExpressionLiteral ( System.Xml.Linq.XElement node ) : UnifiedLiteral
CreateRelationalExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateRelationalExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateReturnStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateShiftExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateSourceElement ( System.Xml.Linq.XElement node ) : IEnumerable
CreateSourceElements ( System.Xml.Linq.XElement node ) : IEnumerable
CreateStatement ( System.Xml.Linq.XElement node ) : IEnumerable
CreateStatementBlock ( System.Xml.Linq.XElement node ) : UnifiedBlock
CreateStatementList ( System.Xml.Linq.XElement node ) : IEnumerable
CreateStringliteral ( System.Xml.Linq.XElement node ) : UnifiedLiteral
CreateSwitchStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateThrowStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateTryStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateUnaryExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateVariableDeclaration ( System.Xml.Linq.XElement node ) : UnifiedVariableDefinition
CreateVariableDeclarationList ( System.Xml.Linq.XElement node ) : UnifiedVariableDefinitionList
CreateVariableDeclarationListNoIn ( System.Xml.Linq.XElement node ) : UnifiedVariableDefinitionList
CreateVariableDeclarationNoIn ( System.Xml.Linq.XElement node ) : UnifiedVariableDefinition
CreateVariableStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
CreateWhileStatement ( System.Xml.Linq.XElement node ) : UnifiedWhile
CreateWithStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression

Private Methods

Method Description
CreatePrefixUnaryOperator ( string name ) : UnifiedUnaryOperator
JavaScriptProgramGeneratorHelper ( ) : System

Method Details

CreateAdditiveExpression() public static method

public static CreateAdditiveExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateArguments() public static method

public static CreateArguments ( System.Xml.Linq.XElement node ) : UnifiedSet
node System.Xml.Linq.XElement
return UnifiedSet

CreateArrayLiteral() public static method

public static CreateArrayLiteral ( System.Xml.Linq.XElement node ) : UnifiedNew
node System.Xml.Linq.XElement
return UnifiedNew

CreateAssignmentExpression() public static method

public static CreateAssignmentExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateAssignmentExpressionNoIn() public static method

public static CreateAssignmentExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateAssignmentOperator() public static method

public static CreateAssignmentOperator ( System.Xml.Linq.XElement node ) : UnifiedBinaryOperator
node System.Xml.Linq.XElement
return UnifiedBinaryOperator

CreateBitwiseANDExpression() public static method

public static CreateBitwiseANDExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateBitwiseANDExpressionNoIn() public static method

public static CreateBitwiseANDExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateBitwiseORExpression() public static method

public static CreateBitwiseORExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateBitwiseORExpressionNoIn() public static method

public static CreateBitwiseORExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateBitwiseXORExpression() public static method

public static CreateBitwiseXORExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateBitwiseXORExpressionNoIn() public static method

public static CreateBitwiseXORExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateBreakStatement() public static method

public static CreateBreakStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateCallExpression() public static method

public static CreateCallExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateCallExpressionSuffix() public static method

public static CreateCallExpressionSuffix ( UnifiedExpression prefix, System.Xml.Linq.XElement node ) : UnifiedExpression
prefix UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateCaseBlock() public static method

public static CreateCaseBlock ( System.Xml.Linq.XElement node ) : UnifiedSet
node System.Xml.Linq.XElement
return UnifiedSet

CreateCaseClause() public static method

public static CreateCaseClause ( System.Xml.Linq.XElement node ) : UnifiedCase
node System.Xml.Linq.XElement
return UnifiedCase

CreateCatchClause() public static method

public static CreateCatchClause ( System.Xml.Linq.XElement node ) : UnifiedSet
node System.Xml.Linq.XElement
return UnifiedSet

CreateConditionalExpression() public static method

public static CreateConditionalExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateConditionalExpressionNoIn() public static method

public static CreateConditionalExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateContinueStatement() public static method

public static CreateContinueStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateDefaultClause() public static method

public static CreateDefaultClause ( System.Xml.Linq.XElement node ) : UnifiedCase
node System.Xml.Linq.XElement
return UnifiedCase

CreateDoWhileStatement() public static method

public static CreateDoWhileStatement ( System.Xml.Linq.XElement node ) : UnifiedDoWhile
node System.Xml.Linq.XElement
return UnifiedDoWhile

CreateEmptyStatement() public static method

public static CreateEmptyStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateEqualityExpression() public static method

public static CreateEqualityExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateEqualityExpressionNoIn() public static method

public static CreateEqualityExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateExpression() public static method

public static CreateExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateExpressionNoIn() public static method

public static CreateExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateExpressionStatement() public static method

public static CreateExpressionStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateFinallyClause() public static method

public static CreateFinallyClause ( System.Xml.Linq.XElement node ) : UnifiedBlock
node System.Xml.Linq.XElement
return UnifiedBlock

CreateForInStatement() public static method

public static CreateForInStatement ( System.Xml.Linq.XElement node ) : UnifiedForeach
node System.Xml.Linq.XElement
return UnifiedForeach

CreateForInStatementInitialiserPart() public static method

public static CreateForInStatementInitialiserPart ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateForStatement() public static method

public static CreateForStatement ( System.Xml.Linq.XElement node ) : UnifiedFor
node System.Xml.Linq.XElement
return UnifiedFor

CreateForStatementInitialiserPart() public static method

public static CreateForStatementInitialiserPart ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateFormalParameterList() public static method

public static CreateFormalParameterList ( System.Xml.Linq.XElement node ) : UnifiedSet
node System.Xml.Linq.XElement
return UnifiedSet

CreateFunctionBody() public static method

public static CreateFunctionBody ( System.Xml.Linq.XElement node ) : UnifiedBlock
node System.Xml.Linq.XElement
return UnifiedBlock

CreateFunctionDeclaration() public static method

public static CreateFunctionDeclaration ( System.Xml.Linq.XElement node ) : UnifiedFunctionDefinition
node System.Xml.Linq.XElement
return UnifiedFunctionDefinition

CreateFunctionExpression() public static method

public static CreateFunctionExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateIfStatement() public static method

public static CreateIfStatement ( System.Xml.Linq.XElement node ) : UnifiedIf
node System.Xml.Linq.XElement
return UnifiedIf

CreateIndexSuffix() public static method

public static CreateIndexSuffix ( UnifiedExpression prefix, System.Xml.Linq.XElement node ) : UnifiedIndexer
prefix UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedIndexer

CreateInitialiser() public static method

public static CreateInitialiser ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateInitialiserNoIn() public static method

public static CreateInitialiserNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateIterationStatement() public static method

public static CreateIterationStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateLabelledStatement() public static method

public static CreateLabelledStatement ( System.Xml.Linq.XElement node ) : IEnumerable
node System.Xml.Linq.XElement
return IEnumerable

CreateLeftHandSideExpression() public static method

public static CreateLeftHandSideExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateLiteral() public static method

public static CreateLiteral ( System.Xml.Linq.XElement node ) : UnifiedLiteral
node System.Xml.Linq.XElement
return UnifiedLiteral

CreateLogicalANDExpression() public static method

public static CreateLogicalANDExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateLogicalANDExpressionNoIn() public static method

public static CreateLogicalANDExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateLogicalORExpression() public static method

public static CreateLogicalORExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateLogicalORExpressionNoIn() public static method

public static CreateLogicalORExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateMemberExpression() public static method

public static CreateMemberExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateMemberExpressionSuffix() public static method

public static CreateMemberExpressionSuffix ( UnifiedExpression prefix, System.Xml.Linq.XElement node ) : UnifiedExpression
prefix UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateMultiplicativeExpression() public static method

public static CreateMultiplicativeExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateNewExpression() public static method

public static CreateNewExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateNumericliteral() public static method

public static CreateNumericliteral ( System.Xml.Linq.XElement node ) : UnifiedLiteral
node System.Xml.Linq.XElement
return UnifiedLiteral

CreateObjectLiteral() public static method

public static CreateObjectLiteral ( System.Xml.Linq.XElement node ) : UnifiedMapLiteral
node System.Xml.Linq.XElement
return UnifiedMapLiteral

CreatePostfixExpression() public static method

public static CreatePostfixExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreatePrimaryExpression() public static method

public static CreatePrimaryExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateProgram() public static method

public static CreateProgram ( System.Xml.Linq.XElement node ) : UnifiedProgram
node System.Xml.Linq.XElement
return UnifiedProgram

CreatePropertyName() public static method

public static CreatePropertyName ( System.Xml.Linq.XElement node ) : Unicoen.Model.UnifiedIdentifier
node System.Xml.Linq.XElement
return Unicoen.Model.UnifiedIdentifier

CreatePropertyNameAndValue() public static method

public static CreatePropertyNameAndValue ( System.Xml.Linq.XElement node ) : UnifiedKeyValue
node System.Xml.Linq.XElement
return UnifiedKeyValue

CreatePropertyReferenceSuffix() public static method

public static CreatePropertyReferenceSuffix ( UnifiedExpression prefix, System.Xml.Linq.XElement node ) : UnifiedProperty
prefix UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedProperty

CreateRegularExpressionLiteral() public static method

public static CreateRegularExpressionLiteral ( System.Xml.Linq.XElement node ) : UnifiedLiteral
node System.Xml.Linq.XElement
return UnifiedLiteral

CreateRelationalExpression() public static method

public static CreateRelationalExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateRelationalExpressionNoIn() public static method

public static CreateRelationalExpressionNoIn ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateReturnStatement() public static method

public static CreateReturnStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateShiftExpression() public static method

public static CreateShiftExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateSourceElement() public static method

public static CreateSourceElement ( System.Xml.Linq.XElement node ) : IEnumerable
node System.Xml.Linq.XElement
return IEnumerable

CreateSourceElements() public static method

public static CreateSourceElements ( System.Xml.Linq.XElement node ) : IEnumerable
node System.Xml.Linq.XElement
return IEnumerable

CreateStatement() public static method

public static CreateStatement ( System.Xml.Linq.XElement node ) : IEnumerable
node System.Xml.Linq.XElement
return IEnumerable

CreateStatementBlock() public static method

public static CreateStatementBlock ( System.Xml.Linq.XElement node ) : UnifiedBlock
node System.Xml.Linq.XElement
return UnifiedBlock

CreateStatementList() public static method

public static CreateStatementList ( System.Xml.Linq.XElement node ) : IEnumerable
node System.Xml.Linq.XElement
return IEnumerable

CreateStringliteral() public static method

public static CreateStringliteral ( System.Xml.Linq.XElement node ) : UnifiedLiteral
node System.Xml.Linq.XElement
return UnifiedLiteral

CreateSwitchStatement() public static method

public static CreateSwitchStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateThrowStatement() public static method

public static CreateThrowStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateTryStatement() public static method

public static CreateTryStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateUnaryExpression() public static method

public static CreateUnaryExpression ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateVariableDeclaration() public static method

public static CreateVariableDeclaration ( System.Xml.Linq.XElement node ) : UnifiedVariableDefinition
node System.Xml.Linq.XElement
return UnifiedVariableDefinition

CreateVariableDeclarationList() public static method

public static CreateVariableDeclarationList ( System.Xml.Linq.XElement node ) : UnifiedVariableDefinitionList
node System.Xml.Linq.XElement
return UnifiedVariableDefinitionList

CreateVariableDeclarationListNoIn() public static method

public static CreateVariableDeclarationListNoIn ( System.Xml.Linq.XElement node ) : UnifiedVariableDefinitionList
node System.Xml.Linq.XElement
return UnifiedVariableDefinitionList

CreateVariableDeclarationNoIn() public static method

public static CreateVariableDeclarationNoIn ( System.Xml.Linq.XElement node ) : UnifiedVariableDefinition
node System.Xml.Linq.XElement
return UnifiedVariableDefinition

CreateVariableStatement() public static method

public static CreateVariableStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

CreateWhileStatement() public static method

public static CreateWhileStatement ( System.Xml.Linq.XElement node ) : UnifiedWhile
node System.Xml.Linq.XElement
return UnifiedWhile

CreateWithStatement() public static method

public static CreateWithStatement ( System.Xml.Linq.XElement node ) : UnifiedExpression
node System.Xml.Linq.XElement
return UnifiedExpression

Property Details

Sign2BinaryOperator public_oe static_oe property

public static Dictionary Sign2BinaryOperator
return UnifiedBinaryOperator>.Dictionary

Sign2PrefixUnaryOperator public_oe static_oe property

public static Dictionary Sign2PrefixUnaryOperator
return UnifiedUnaryOperator>.Dictionary