메소드 | 설명 | |
---|---|---|
ConvertFirstStringToComments ( List |
||
GenSymAutomatic ( string prefix, CodeTypeReference type, bool parameter ) : CodeVariableReferenceExpression | ||
GenSymLocal ( string prefix, CodeTypeReference type ) : CodeVariableReferenceExpression | ||
GenSymParameter ( string prefix, CodeTypeReference type ) : CodeVariableReferenceExpression | ||
StatementTranslator ( |
||
VisitAssert ( AssertStatement a ) : void | ||
VisitBreak ( BreakStatement b ) : void | ||
VisitClass ( ClassDef c ) : void | ||
VisitComment ( CommentStatement c ) : void | ||
VisitContinue ( ContinueStatement c ) : void | ||
VisitDecorated ( Decorated d ) : void | ||
VisitDecorator ( |
||
VisitDel ( DelStatement d ) : void | ||
VisitExec ( ExecStatement e ) : void | ||
VisitExp ( ExpStatement e ) : void | ||
VisitFor ( ForStatement f ) : void | ||
VisitFrom ( FromStatement f ) : void | ||
VisitFuncdef ( FunctionDef f ) : void | ||
VisitGlobal ( GlobalStatement g ) : void | ||
VisitIf ( IfStatement i ) : void | ||
VisitImport ( ImportStatement i ) : void | ||
VisitNonLocal ( NonlocalStatement n ) : void | ||
VisitPass ( PassStatement p ) : void | ||
VisitPrint ( PrintStatement p ) : void | ||
VisitRaise ( RaiseStatement r ) : void | ||
VisitReturn ( ReturnStatement r ) : void | ||
VisitSuite ( SuiteStatement s ) : void | ||
VisitTry ( TryStatement t ) : void | ||
VisitWhile ( WhileStatement w ) : void | ||
VisitWith ( WithStatement w ) : void | ||
VisitYield ( YieldStatement y ) : void | ||
Xlat ( Statement stmt ) : void |
메소드 | 설명 | |
---|---|---|
GenerateField ( string name, CodeExpression value ) : CodeMemberField |
메소드 | 설명 | |
---|---|---|
ClassTranslator_GenerateField ( Identifier id, ExpTranslator xlat, AssignExp ass ) : void | ||
EmitTupleAssignment ( List |
||
EmitTupleFieldAssignments ( List |
||
EmitTupleToTupleAssignment ( List |
||
EnsureClassConstructor ( ) : CodeConstructor | ||
EnsureLocalVariable ( string name, CodeTypeReference type, bool parameter ) : void | ||
GenSymLocalTuple ( ) : CodeVariableReferenceExpression | ||
GenerateAssert ( Exp test ) : void | ||
GenerateBaseClassName ( Exp exp ) : string | ||
GenerateClause ( |
||
GenerateForTuple ( ForStatement f, List |
||
Translate ( |
public static ConvertFirstStringToComments ( List |
||
statements | List |
|
리턴 | IEnumerable |
public GenSymAutomatic ( string prefix, CodeTypeReference type, bool parameter ) : CodeVariableReferenceExpression | ||
prefix | string | |
type | CodeTypeReference | |
parameter | bool | |
리턴 | CodeVariableReferenceExpression |
public GenSymLocal ( string prefix, CodeTypeReference type ) : CodeVariableReferenceExpression | ||
prefix | string | |
type | CodeTypeReference | |
리턴 | CodeVariableReferenceExpression |
public GenSymParameter ( string prefix, CodeTypeReference type ) : CodeVariableReferenceExpression | ||
prefix | string | |
type | CodeTypeReference | |
리턴 | CodeVariableReferenceExpression |
protected GenerateField ( string name, CodeExpression value ) : CodeMemberField | ||
name | string | |
value | CodeExpression | |
리턴 | CodeMemberField |
public StatementTranslator ( |
||
gen | ||
autos | LocalSymbol>.Dictionary | |
리턴 | System |
public VisitContinue ( ContinueStatement c ) : void | ||
c | ContinueStatement | |
리턴 | void |
public VisitDecorator ( |
||
d | ||
리턴 |
public VisitNonLocal ( NonlocalStatement n ) : void | ||
n | NonlocalStatement | |
리턴 | void |