메소드 |
설명 |
|
Add ( ) : void |
|
|
And ( ) : void |
|
|
Assignment ( Token varName, bool withArrayIndex ) : void |
|
|
BeginClass ( string className ) : void |
|
|
BeginIf ( ) : void |
|
|
BeginWhile ( ) : void |
|
|
Call ( string className, string subroutineName ) : void |
|
|
ConstructorDeclaration ( Subroutine subroutine ) : void |
|
|
DiscardReturnValueFromLastCall ( ) : void |
|
|
Div ( ) : void |
|
|
EmitBootstrapper ( ) : void |
|
|
EmitEnvironment ( ) : void |
|
|
EndClass ( ) : void |
|
|
EndIf ( ) : void |
|
|
EndSubroutine ( ) : void |
|
|
EndWhile ( ) : void |
|
|
Equal ( ) : void |
|
|
False ( ) : void |
|
|
FieldDeclaration ( Symbol variable ) : void |
|
|
FunctionDeclaration ( Subroutine subroutine ) : void |
|
|
Greater ( ) : void |
|
|
GreaterOrEqual ( ) : void |
|
|
IntConst ( int value ) : void |
|
|
Less ( ) : void |
|
|
LessOrEqual ( ) : void |
|
|
MethodDeclaration ( Subroutine subroutine ) : void |
|
|
Mod ( ) : void |
|
|
Mul ( ) : void |
|
|
Negate ( ) : void |
|
|
Not ( ) : void |
|
|
NotEqual ( ) : void |
|
|
Null ( ) : void |
|
|
Or ( ) : void |
|
|
PossibleElse ( ) : void |
|
|
Return ( ) : void |
|
|
StaticDeclaration ( Symbol variable ) : void |
|
|
StrConst ( string value ) : void |
|
|
Sub ( ) : void |
|
|
This ( ) : void |
|
|
True ( ) : void |
|
|
VariableRead ( Token varName, bool withArrayIndex ) : void |
|
|
WhileCondition ( ) : void |
|
|