Method | Description | |
---|---|---|
GetTokens ( ) : List |
解析字符串
|
Method | Description | |
---|---|---|
ReadAnd ( ) : void |
&
|
|
ReadAssign ( ) : void |
=
|
|
ReadBlockComment ( ) : void | ||
ReadDivideOrComment ( ) : void |
|
|
ReadDot ( ) : void |
.
|
|
ReadGreater ( ) : void |
>
|
|
ReadIdentifier ( ) : void | ||
ReadLess ( ) : void |
<
|
|
ReadLineComment ( ) : void | ||
ReadMinus ( ) : void |
-
|
|
ReadModulo ( ) : void |
%
|
|
ReadMultiply ( ) : void |
*
|
|
ReadNot ( ) : void |
!
|
|
ReadNumber ( ) : void |
读取数字
|
|
ReadNumberOrHexNumber ( ) : void |
读取16进制数字
|
|
ReadOr ( ) : void |
|
|
|
ReadPlus ( ) : void |
+
|
|
ReadQuestionMark ( ) : void | ||
ReadRightBrace ( ) : void |
读取 }
|
|
ReadSimpleString ( bool symbol ) : void | ||
ReadString ( ) : void | ||
ReadXor ( ) : void |
^
|