C# Class Ink.Parsed.VariableAssignment

Inheritance: Parsed.Object
Exibir arquivo Open project: inkle/ink Class Usage Examples

Public Methods

Method Description
GenerateRuntimeObject ( ) : Runtime.Object
IsReservedKeyword ( string name ) : bool
ResolveReferences ( Story context ) : void
VariableAssignment ( string variableName, Expression assignedExpression ) : System.Collections.Generic

Method Details

GenerateRuntimeObject() public method

public GenerateRuntimeObject ( ) : Runtime.Object
return Runtime.Object

IsReservedKeyword() public static method

public static IsReservedKeyword ( string name ) : bool
name string
return bool

ResolveReferences() public method

public ResolveReferences ( Story context ) : void
context Story
return void

VariableAssignment() public method

public VariableAssignment ( string variableName, Expression assignedExpression ) : System.Collections.Generic
variableName string
assignedExpression Expression
return System.Collections.Generic