Property | Type | Description | |
---|---|---|---|
ArgumentList | List |
||
BaseCall | |||
GenericTypes | List |
||
IsOverload | bool | ||
IsStatic | bool | ||
MethodContents | string | ||
Scope | Scope | ||
Type |
Method | Description | |
---|---|---|
Clone ( ) : |
||
FillGenericRestrictions ( string lineOfCode ) : void | ||
FillGenericRestrictions ( string lineOfCode, List |
||
GetLineInformation ( string line, Scope &scope, |
||
StoreOffOldName ( ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
FillArgumentList ( |
||
FillBaseCall ( List |
||
FillHeaderInformation ( string headerLine ) : void |
public FillGenericRestrictions ( string lineOfCode ) : void | ||
lineOfCode | string | |
return | void |
public static FillGenericRestrictions ( string lineOfCode, List |
||
lineOfCode | string | |
GenericTypes | List |
|
ArgumentList | List |
|
return | void |
public static GetLineInformation ( string line, Scope &scope, |
||
line | string | |
scope | Scope | |
type | ||
variableName | string | |
isConst | bool | |
isVirtual | bool | |
isOverride | bool | |
isStatic | bool | |
isNew | bool | |
isAsync | bool | |
valueToAssignTo | string | |
return | void |
public ParsedMethod,FlatRedBall.Glue.Parsing BaseCall | ||
return |