C# Class Ink.Parsed.Story

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

Méthodes publiques

Свойство Type Description
constants Expression>.Dictionary
countAllVisits bool
externals ExternalDeclaration>.Dictionary

Méthodes publiques

Méthode Description
AddExternal ( ExternalDeclaration decl ) : void
DontFlattenContainer ( Runtime container ) : void
Error ( string message, Parsed source, bool isWarning ) : void
ExportRuntime ( ErrorHandler errorHandler = null ) : Runtime.Story
IsExternal ( string namedFuncTarget ) : bool
ResetError ( ) : void
Story ( List toplevelObjects ) : System

Méthodes protégées

Méthode Description
PreProcessTopLevelObjects ( List topLevelContent ) : void

Private Methods

Méthode Description
FlattenContainersIn ( Runtime container ) : void
TryFlattenContainer ( Runtime container ) : void

Method Details

AddExternal() public méthode

public AddExternal ( ExternalDeclaration decl ) : void
decl ExternalDeclaration
Résultat void

DontFlattenContainer() public méthode

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

Error() public méthode

public Error ( string message, Parsed source, bool isWarning ) : void
message string
source Parsed
isWarning bool
Résultat void

ExportRuntime() public méthode

public ExportRuntime ( ErrorHandler errorHandler = null ) : Runtime.Story
errorHandler ErrorHandler
Résultat Runtime.Story

IsExternal() public méthode

public IsExternal ( string namedFuncTarget ) : bool
namedFuncTarget string
Résultat bool

PreProcessTopLevelObjects() protected méthode

protected PreProcessTopLevelObjects ( List topLevelContent ) : void
topLevelContent List
Résultat void

ResetError() public méthode

public ResetError ( ) : void
Résultat void

Story() public méthode

public Story ( List toplevelObjects ) : System
toplevelObjects List
Résultat System

Property Details

constants public_oe property

public Dictionary constants
Résultat Expression>.Dictionary

countAllVisits public_oe property

public bool countAllVisits
Résultat bool

externals public_oe property

public Dictionary externals
Résultat ExternalDeclaration>.Dictionary