C# Class Ink.Parsed.VariableReference

Inheritance: Expression
Afficher le fichier Open project: inkle/ink

Méthodes publiques

Свойство Type Description
isConstantReference bool
path List

Méthodes publiques

Méthode Description
GenerateIntoContainer ( Runtime container ) : void
ResolveReferences ( Story context ) : void
ToString ( ) : string
VariableReference ( List path ) : System.Collections.Generic

Method Details

GenerateIntoContainer() public méthode

public GenerateIntoContainer ( Runtime container ) : void
container Runtime
Résultat void

ResolveReferences() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

VariableReference() public méthode

public VariableReference ( List path ) : System.Collections.Generic
path List
Résultat System.Collections.Generic

Property Details

isConstantReference public_oe property

public bool isConstantReference
Résultat bool

path public_oe property

public List path
Résultat List