Property | Type | Description | |
---|---|---|---|
AddErrorText | void | ||
ApplyAssignmentLine | bool | ||
ApplyConditionalBlocks | bool | ||
ApplyEventResponseSave | void | ||
ApplyLine | void | ||
ApplyMethodCall | void | ||
AssignValue | void | ||
CombineLines | string | ||
GetLeftAndRightOfEquals | void | ||
GetMethodLines | string[] | ||
GetTypeFromReflection | void | ||
HandleAfterVariableSet | void | ||
HandleResolutionChange | void | ||
HandleResolutionChange | void | ||
HandleUpdate | void | ||
IsStateVariable | bool | ||
LineIsIfStatement | bool | ||
OnBeforeVariableSet | void | ||
OnDebugButtonClick | void | ||
OnElementLoaded | void | ||
RemoveThisDot | string | ||
SaveFieldsAndPropertiesForType | void | ||
TryAssignIAssignableReference | bool |
Method | Description | |
---|---|---|
ApplyAssignment ( |
||
ApplyAssignment ( VariableInitializer variableInitializer, VariableDeclarationStatement vds, |
||
ApplyLines ( string script, |
||
ApplyLinesInternal ( string lines, int startingIndex, int count, IElement element, |
|
|
CreateCustomVariableFor ( string newVariableDeclarationType, string leftOfEquals, string rightOfEquals, |
||
GetNumberOfLinesInRegularStatement ( string allLines, int index ) : int | ||
GetTypeStringForValue ( string leftOfEquals, |
||
ShutDown ( FlatRedBall shutDownReason ) : bool | ||
StartUp ( ) : void | ||
StartUpForTests ( ) : void |
Method | Description | |
---|---|---|
AddErrorText ( string text ) : void | ||
ApplyAssignmentLine ( AssignmentExpression expression, |
||
ApplyConditionalBlocks ( string allLines, IElement element, |
||
ApplyEventResponseSave ( |
||
ApplyLine ( string line, |
||
ApplyMethodCall ( string line, |
||
AssignValue ( string newVariableDeclarationType, string leftOfEquals, string rightOfEquals, |
||
CombineLines ( string allLines, int index, int numberOfLinesInStatement ) : string | ||
GetLeftAndRightOfEquals ( string line, string &leftOfEquals, string &rightOfEquals ) : void | ||
GetMethodLines ( IElement element, |
||
GetTypeFromReflection ( string leftSideRaw, |
||
HandleAfterVariableSet ( object sender, |
||
HandleResolutionChange ( ) : void | ||
HandleResolutionChange ( |
||
HandleUpdate ( object sender, |
||
IsStateVariable ( string value, |
||
LineIsIfStatement ( string line ) : bool | ||
OnBeforeVariableSet ( object sender, |
||
OnDebugButtonClick ( object sender, |
||
OnElementLoaded ( object sender, |
||
RemoveThisDot ( string value ) : string | ||
SaveFieldsAndPropertiesForType ( |
||
TryAssignIAssignableReference ( AssignmentOperatorType assignOperator, |
public ApplyAssignment ( |
||
codeContext | ||
leftOfEquals | string | |
rightOfEquals | string | |
newVariableDeclarationType | string | |
assignmentOperator | AssignmentOperatorType | |
return | bool |
public ApplyAssignment ( VariableInitializer variableInitializer, VariableDeclarationStatement vds, |
||
variableInitializer | VariableInitializer | |
vds | VariableDeclarationStatement | |
codeContext | ||
return | bool |
public ApplyLines ( string script, |
||
script | string | |
codeContext | ||
return | void |
public ApplyLinesInternal ( string lines, int startingIndex, int count, IElement element, |
||
lines | string | |
startingIndex | int | |
count | int | |
element | IElement | |
codeContext | ||
fileName | string | |
addStackVariables | bool | |
removeStackVariables | bool | |
return | bool |
public CreateCustomVariableFor ( string newVariableDeclarationType, string leftOfEquals, string rightOfEquals, |
||
newVariableDeclarationType | string | |
leftOfEquals | string | |
rightOfEquals | string | |
elementRuntime | ||
codeContext | ||
return |
public GetNumberOfLinesInRegularStatement ( string allLines, int index ) : int | ||
allLines | string | |
index | int | |
return | int |
public GetTypeStringForValue ( string leftOfEquals, |
||
leftOfEquals | string | |
elementRuntime | ||
codeContext | ||
runtimeType | ||
return | string |
public ShutDown ( FlatRedBall shutDownReason ) : bool | ||
shutDownReason | FlatRedBall | |
return | bool |