C# Class Ink.Parsed.IncDecExpression

Inheritance: Expression
Exibir arquivo Open project: inkle/ink Class Usage Examples

Public Properties

Property Type Description
isInc bool
varName string

Private Properties

Property Type Description

Public Methods

Method Description
GenerateIntoContainer ( Runtime container ) : void
IncDecExpression ( string varName, bool isInc ) : System.Collections.Generic
ResolveReferences ( Story context ) : void
ToString ( ) : string

Method Details

GenerateIntoContainer() public method

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

IncDecExpression() public method

public IncDecExpression ( string varName, bool isInc ) : System.Collections.Generic
varName string
isInc bool
return System.Collections.Generic

ResolveReferences() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

isInc public_oe property

public bool isInc
return bool

varName public_oe property

public string varName
return string