Свойство | Тип | Описание | |
---|---|---|---|
currentClass | |||
currentExceptionType | TypeData | ||
currentIter | |||
currentLoop | |||
currentRoutine | |||
currentSouceFile | |||
inSharedContext | bool | ||
localVariableStack | |||
program | Program | ||
report | |||
temporallyCount | int | ||
typeManager |
Метод | Описание | |
---|---|---|
TypeCheckingVisitor ( |
||
VisitAnd ( |
||
VisitAssign ( |
||
VisitBoolLiteral ( |
||
VisitBreak ( |
||
VisitCall ( |
||
VisitCase ( |
||
VisitCharLiteral ( |
||
VisitClass ( |
||
VisitDeclaration ( |
||
VisitException ( |
||
VisitExpressionStatement ( |
||
VisitIf ( |
||
VisitIntLiteral ( |
||
VisitIter ( |
||
VisitIterCall ( |
||
VisitLocal ( |
||
VisitLoop ( |
||
VisitModalExpression ( |
||
VisitNew ( |
||
VisitOr ( |
||
VisitProgram ( Program program ) : void | ||
VisitProtect ( |
||
VisitRaise ( |
||
VisitReturn ( |
||
VisitRoutine ( |
||
VisitSelf ( |
||
VisitSharedAttr ( |
||
VisitSourceFile ( |
||
VisitStatementList ( |
||
VisitStrLiteral ( |
||
VisitTypeSpecifier ( |
||
VisitTypecase ( |
||
VisitVoid ( |
||
VisitVoidTest ( VoidTestExpression voidTest ) : void | ||
VisitYield ( |
Метод | Описание | |
---|---|---|
CheckReturnValue ( |
||
SetupConstructor ( |
||
SetupIter ( |
||
SetupMethod ( |
||
VisitCond ( |
||
getTemporallyName ( ) : string |
protected CheckReturnValue ( |
||
ret | ||
Результат | void |
protected SetupConstructor ( |
||
newExpr | ||
constructor | ||
type | TypeData | |
Результат | void |
protected SetupIter ( |
||
iter | ||
method | ||
receiverType | TypeData | |
Результат | void |
protected SetupMethod ( |
||
call | ||
method | ||
receiverType | TypeData | |
Результат | void |
public TypeCheckingVisitor ( |
||
report | ||
Результат | System |
public VisitAnd ( |
||
and | ||
Результат | void |
public VisitAssign ( |
||
assign | ||
Результат | void |
public VisitBoolLiteral ( |
||
boolLiteral | ||
Результат | void |
public VisitBreak ( |
||
breakExpr | ||
Результат | void |
public VisitCall ( |
||
call | ||
Результат | void |
public VisitCase ( |
||
caseStmt | ||
Результат | void |
public VisitCharLiteral ( |
||
charLiteral | ||
Результат | void |
public VisitClass ( |
||
cls | ||
Результат | void |
protected VisitCond ( |
||
cond | ||
Результат | void |
public VisitDeclaration ( |
||
decl | ||
Результат | void |
public VisitException ( |
||
exception | ||
Результат | void |
public VisitExpressionStatement ( |
||
exprStmt | ||
Результат | void |
public VisitIf ( |
||
ifStmt | ||
Результат | void |
public VisitIntLiteral ( |
||
intLiteral | ||
Результат | void |
public VisitIter ( |
||
iter | ||
Результат | void |
public VisitIterCall ( |
||
iter | ||
Результат | void |
public VisitLocal ( |
||
localExpr | ||
Результат | void |
public VisitLoop ( |
||
loop | ||
Результат | void |
public VisitModalExpression ( |
||
modalExpr | ||
Результат | void |
public VisitNew ( |
||
newExpr | ||
Результат | void |
public VisitProgram ( Program program ) : void | ||
program | Program | |
Результат | void |
public VisitProtect ( |
||
protect | ||
Результат | void |
public VisitRaise ( |
||
raise | ||
Результат | void |
public VisitReturn ( |
||
ret | ||
Результат | void |
public VisitRoutine ( |
||
routine | ||
Результат | void |
public VisitSelf ( |
||
self | ||
Результат | void |
public VisitSharedAttr ( |
||
attr | ||
Результат | void |
public VisitSourceFile ( |
||
sourceFile | ||
Результат | void |
public VisitStatementList ( |
||
statementList | ||
Результат | void |
public VisitStrLiteral ( |
||
strLiteral | ||
Результат | void |
public VisitTypeSpecifier ( |
||
typeSpecifier | ||
Результат | void |
public VisitTypecase ( |
||
typecase | ||
Результат | void |
public VisitVoid ( |
||
voidExpr | ||
Результат | void |
public VisitVoidTest ( VoidTestExpression voidTest ) : void | ||
voidTest | VoidTestExpression | |
Результат | void |
public VisitYield ( |
||
yield | ||
Результат | void |
protected ClassDefinition,Babel.Compiler currentClass | ||
Результат |
protected IterDefinition,Babel.Compiler currentIter | ||
Результат |
protected LoopStatement,Babel.Compiler currentLoop | ||
Результат |
protected RoutineDefinition,Babel.Compiler currentRoutine | ||
Результат |
protected SourceFile,Babel.Compiler currentSouceFile | ||
Результат |
protected LocalVariableStack,Babel.Compiler localVariableStack | ||
Результат |