Свойство | Type | Description | |
---|---|---|---|
mWordSeparators | char[] |
Méthode | Description | |
---|---|---|
Clone ( ) : |
||
FillWithThisAndInheitedFields ( List |
||
FillWithThisAndInheitedProperties ( List |
||
FromType ( |
||
GetField ( string fieldName ) : |
||
GetLine ( string entireString, int &startingIndex ) : string | ||
GetMethod ( string methodName ) : |
||
GetParsedField ( string line ) : |
||
GetProperty ( string propertyName ) : |
||
GetWord ( string entireString, int &startingIndex ) : string | ||
GetWord ( string entireString, int &startingIndex, char &separator ) : string | ||
LineHasGetter ( string line ) : bool | ||
LineHasSetter ( string line ) : bool | ||
NumberOfValid ( char charToSearchFor, string lineOfCode ) : int | ||
ParsedClass ( string classContents, bool trimContents ) : System | ||
RemoveComments ( string classContents ) : string | ||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
AddAttribute ( string line ) : void | ||
AddToCurrentBlock ( string line, int index ) : void | ||
CreateParsedEnum ( ) : void | ||
CreateParsedMethod ( int startIndex, int endIndex, bool trimContents ) : void | ||
CreateParsedProperty ( ) : void | ||
FillGettersAndSetters ( StringBuilder getterLines, StringBuilder setterLines, bool requireGetters, bool trimContents, bool &hasGetter, bool &hasSetter, bool &hasAutomaticGetter, bool &hasAutomaticSetter ) : void | ||
ParseContents ( string classContents, bool trim ) : void | ||
ParseField ( string line ) : void | ||
ParseHeader ( string classContents ) : void | ||
ParsedClass ( ) : System | ||
ProcessCurrentBlock ( int currentIndex, bool trimContents ) : void | ||
RemovePreprocessoredOutCode ( string namespaceContents ) : string |
public FillWithThisAndInheitedFields ( List |
||
parsedFields | List |
|
Résultat | void |
public FillWithThisAndInheitedProperties ( List |
||
parsedProperties | List |
|
Résultat | void |
public static FromType ( |
||
type | ||
Résultat |
public GetField ( string fieldName ) : |
||
fieldName | string | |
Résultat |
public static GetLine ( string entireString, int &startingIndex ) : string | ||
entireString | string | |
startingIndex | int | |
Résultat | string |
public GetMethod ( string methodName ) : |
||
methodName | string | |
Résultat |
public static GetParsedField ( string line ) : |
||
line | string | |
Résultat |
public GetProperty ( string propertyName ) : |
||
propertyName | string | |
Résultat |
public static GetWord ( string entireString, int &startingIndex ) : string | ||
entireString | string | |
startingIndex | int | |
Résultat | string |
public static GetWord ( string entireString, int &startingIndex, char &separator ) : string | ||
entireString | string | |
startingIndex | int | |
separator | char | |
Résultat | string |
public LineHasGetter ( string line ) : bool | ||
line | string | |
Résultat | bool |
public LineHasSetter ( string line ) : bool | ||
line | string | |
Résultat | bool |
public static NumberOfValid ( char charToSearchFor, string lineOfCode ) : int | ||
charToSearchFor | char | |
lineOfCode | string | |
Résultat | int |
public ParsedClass ( string classContents, bool trimContents ) : System | ||
classContents | string | |
trimContents | bool | |
Résultat | System |
public static RemoveComments ( string classContents ) : string | ||
classContents | string | |
Résultat | string |