C# Class Pytocs.Translate.StatementTranslatorTests

Exibir arquivo Open project: uxmal/pytocs

Private Methods

Method Description
Class_slots ( ) : void
FixCr ( string sExp ) : string
SanitizeNamespace ( string nmspace, CodeGenerator gen ) : string

Ensures no component of the namespace is a C# keyword.

StmtElif ( ) : void
StmtEmptyList ( ) : void
StmtFnDefaultParameterValue ( ) : void
StmtForeach ( ) : void
StmtImport ( ) : void
StmtImport_ReservedWord ( ) : void
StmtList ( ) : void
StmtListArgument ( ) : void
StmtRaise ( ) : void
StmtSetBuilder ( ) : void
StmtTry ( ) : void
StmtVarargs ( ) : void
StmtWhile ( ) : void
StmtWhileElse ( ) : void
Stmt_AddEq ( ) : void
Stmt_Assign ( ) : void
Stmt_AssignTuple ( ) : void
Stmt_AssignTuple_Dummy ( ) : void
Stmt_AssignTuple_Nonlocals ( ) : void
Stmt_ClassDocComment ( ) : void
Stmt_ClassWithStaticMethods ( ) : void
Stmt_CommentedArg ( ) : void
Stmt_CtorWithDefaultArgs ( ) : void
Stmt_Decoration ( ) : void
Stmt_Decoration2 ( ) : void
Stmt_Def ( ) : void
Stmt_DefWithDefaultArgs ( ) : void
Stmt_DelFromDictionary ( ) : void
Stmt_EmptyCommentLine ( ) : void
Stmt_EmptyLineWithSpaces ( ) : void
Stmt_Exec ( ) : void
Stmt_For_Tuple_regression1 ( ) : void
Stmt_From ( ) : void
Stmt_If ( ) : void
Stmt_IfWithCommentEmptyCommentLine ( ) : void
Stmt_InitCallOfBaseClass ( ) : void
Stmt_InitMethodsToCtors ( ) : void
Stmt_Lambda ( ) : void
Stmt_LambdaWithParams ( ) : void
Stmt_Lambda_2Args ( ) : void
Stmt_LocalVar ( ) : void
Stmt_MemberVarInit ( ) : void
Stmt_NestedDef ( ) : void
Stmt_ParameterWithNonConstantInitializer ( ) : void
Stmt_Print ( ) : void
Stmt_PrintEmpty ( ) : void
Stmt_Regress1 ( ) : void
Stmt_Regress2 ( ) : void
Stmt_ReturnExprList ( ) : void
Stmt_TrailingComment ( ) : void
Stmt_TupleArguments ( ) : void
Stmt_TupleSingletonAssignment ( ) : void
Stmt_Tuple_Assign ( ) : void
Stmt_Tuple_Assign_field ( ) : void
Stmt_With ( ) : void
Stmt_YieldExpr ( ) : void
Stmt_YieldNoExpr ( ) : void
Stmt_foreach_tuple ( ) : void
XlatMember ( string pyModule ) : string
XlatModule ( string pyModule ) : string
XlatStmts ( string pyStmt ) : string