C# Class Ink.Parsed.VariableReference

Inheritance: Expression
Exibir arquivo Open project: inkle/ink

Public Properties

Property Type Description
isConstantReference bool
path List

Public Methods

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

Method Details

GenerateIntoContainer() public method

public GenerateIntoContainer ( Runtime container ) : void
container Runtime
return void

ResolveReferences() public method

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

ToString() public method

public ToString ( ) : string
return string

VariableReference() public method

public VariableReference ( List path ) : System.Collections.Generic
path List
return System.Collections.Generic

Property Details

isConstantReference public_oe property

public bool isConstantReference
return bool

path public_oe property

public List path
return List