C# Class Ink.Parsed.VariableAssignment

Inheritance: Parsed.Object
Afficher le fichier Open project: inkle/ink Class Usage Examples

Méthodes publiques

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

Method Details

GenerateRuntimeObject() public méthode

public GenerateRuntimeObject ( ) : Runtime.Object
Résultat Runtime.Object

IsReservedKeyword() public static méthode

public static IsReservedKeyword ( string name ) : bool
name string
Résultat bool

ResolveReferences() public méthode

public ResolveReferences ( Story context ) : void
context Story
Résultat void

VariableAssignment() public méthode

public VariableAssignment ( string variableName, Expression assignedExpression ) : System.Collections.Generic
variableName string
assignedExpression Expression
Résultat System.Collections.Generic