프로퍼티 | 타입 | 설명 | |
---|---|---|---|
COMMENTS_REGEX | |||
CONSTANT_REGEX | |||
ENUMERATION_REGEX | |||
PARAMETER_REGEX |
메소드 | 설명 | |
---|---|---|
FourCharToInt ( String fourCharValue ) : uint |
Converts a four-char value to an unsigned integer.
|
|
SplitEnumeration ( String declaration, String &name, String &type, String &values ) : bool | ||
XhtmlBaseParser ( |
Initializes a new instance of the XhtmlBaseParser class.
|
메소드 | 설명 | |
---|---|---|
CleanEnumValues ( String name, String &values ) : void |
Cleans the enum values section by stripping comments and formatting in preparation for key/value parsing.
|
|
GetMethodName ( MethodEntity methodEntity ) : String |
Gets the name of the method.
|
protected static FourCharToInt ( String fourCharValue ) : uint | ||
fourCharValue | String | The four char value. |
리턴 | uint |
protected SplitEnumeration ( String declaration, String &name, String &type, String &values ) : bool | ||
declaration | String | |
name | String | |
type | String | |
values | String | |
리턴 | bool |
protected XhtmlBaseParser ( |
||
settings | The settings. | |
typeManager | The type manager. | |
logger | ||
리턴 | System |
protected static Regex,System.Text.RegularExpressions COMMENTS_REGEX | ||
리턴 |
protected static Regex,System.Text.RegularExpressions CONSTANT_REGEX | ||
리턴 |
protected static Regex,System.Text.RegularExpressions ENUMERATION_REGEX | ||
리턴 |