C# Class Ink.Parsed.IncDecExpression

Inheritance: Expression
Afficher le fichier Open project: inkle/ink Class Usage Examples

Méthodes publiques

Свойство Type Description
isInc bool
varName string

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

GenerateIntoContainer() public méthode

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

IncDecExpression() public méthode

public IncDecExpression ( string varName, bool isInc ) : System.Collections.Generic
varName string
isInc bool
Résultat System.Collections.Generic

ResolveReferences() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

isInc public_oe property

public bool isInc
Résultat bool

varName public_oe property

public string varName
Résultat string