Property | Type | Description | |
---|---|---|---|
constants | Expression>.Dictionary | ||
countAllVisits | bool | ||
externals | ExternalDeclaration>.Dictionary |
Method | Description | |
---|---|---|
AddExternal ( |
||
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 |
Method | Description | |
---|---|---|
PreProcessTopLevelObjects ( List |
Method | Description | |
---|---|---|
FlattenContainersIn ( Runtime container ) : void | ||
TryFlattenContainer ( Runtime container ) : void |
public AddExternal ( |
||
decl | ||
return | void |
public DontFlattenContainer ( Runtime container ) : void | ||
container | Runtime | |
return | void |
public Error ( string message, Parsed source, bool isWarning ) : void | ||
message | string | |
source | Parsed | |
isWarning | bool | |
return | void |
public ExportRuntime ( ErrorHandler errorHandler = null ) : Runtime.Story | ||
errorHandler | ErrorHandler | |
return | Runtime.Story |
public IsExternal ( string namedFuncTarget ) : bool | ||
namedFuncTarget | string | |
return | bool |
protected PreProcessTopLevelObjects ( List |
||
topLevelContent | List |
|
return | void |
public Story ( List |
||
toplevelObjects | List |
|
return | System |