메소드 |
설명 |
|
BuildOperator ( IFunction function ) : Expression |
|
|
ParseAssignment ( StoreMode mode ) : Command |
|
|
ParseBody ( ) : Command |
|
|
ParseCommand ( ) : Command |
|
|
ParseExpected ( LexemType type, string value, string expected ) : void |
|
|
ParseExpression ( ) : Expression |
|
|
ParseKeywordComment ( ) : Command |
|
|
ParseKeywordDeclare ( ) : Command |
|
|
ParseKeywordDump ( ) : Command |
|
|
ParseKeywordEcho ( ) : Command |
|
|
ParseKeywordFor ( ) : Command |
|
|
ParseKeywordIf ( ) : Command |
|
|
ParseKeywordReturn ( ) : Command |
|
|
ParseKeywordSet ( ) : Command |
|
|
ParseKeywordWhile ( ) : Command |
|
|
ParseOperand ( ) : Expression |
|
|
ParseSymbol ( ) : string |
|
|
ParseValue ( ) : Expression |
|
|
Raise ( string expected ) : Exception |
|
|