C# Класс AjTalk.Tests.Compiler.SimpleCompilerTests

Показать файл Открыть проект

Приватные методы

Метод Описание
CompileAndEvaluateInnerBlockWithClosure ( ) : void
CompileAndEvaluateInnerBlockWithClosureUsingExternalArgument ( ) : void
CompileAndExecuteTwoSimpleCommand ( ) : void
CompileBlock ( ) : void
CompileBlockInBrackets ( ) : void
CompileBlockWithDot ( ) : void
CompileBlockWithLocalVariable ( ) : void
CompileBlockWithParameter ( ) : void
CompileBlockWithParameterWithASpace ( ) : void
CompileBlockWithSourceCode ( ) : void
CompileBlockWithTwoParameters ( ) : void
CompileClass ( string clsname, string varnames, string methods ) : IClass
CompileClass ( string clsname, string varnames, string methods, string clsmethods ) : IClass
CompileClassMethod ( ) : void
CompileDottedName ( ) : void
CompileDynamicArray ( ) : void
CompileGetLocalInBlock ( ) : void
CompileGlobalVariable ( ) : void
CompileInstanceMethod ( ) : void
CompileInstanceVariableInBlockInsideAMethod ( ) : void
CompileInteger ( ) : void
CompileIntegerArray ( ) : void
CompileMethodWithLocals ( ) : void
CompileMethods ( ) : void
CompileMultiCommandMethod ( ) : void
CompileMultiCommandMethodWithLocal ( ) : void
CompileNegativeInteger ( ) : void
CompileNumericPrimitive ( ) : void
CompileSameOperator ( ) : void
CompileSetMethod ( ) : void
CompileSimpleArithmeticWithParenthesis ( ) : void
CompileSimpleAssingWithEqual ( ) : void
CompileSimpleCommand ( ) : void
CompileSimpleCommandWithParenthesis ( ) : void
CompileSimpleCommandWithParenthesisAndBang ( ) : void
CompileSimpleCommandWithParenthesisAndBangKeyword ( ) : void
CompileSimpleEqual ( ) : void
CompileSimpleExpressionInParenthesis ( ) : void
CompileSimpleExpressionInParenthesisUsingYourself ( ) : void
CompileSimpleOr ( ) : void
CompileSimpleRealSum ( ) : void
CompileSimpleSendToSelf ( ) : void
CompileSimpleSetExpression ( ) : void
CompileSimpleSum ( ) : void
CompileSubClassDefinition ( ) : void
CompileSubClassDefinitionWithInstances ( ) : void
CompileSumWithNegativeNumber ( ) : void
CompileSuperNew ( ) : void
CompileTwoCommands ( ) : void
CompileTwoCommandsUsingSemicolon ( ) : void
CompileTwoSimpleCommand ( ) : void
CompileWhileFalse ( ) : void
CompileWhileTrue ( ) : void
ExecuteBasicInstSizeInRectangle ( ) : void
ExecuteBasicInstVarAt ( ) : void
ExecuteBasicInstVarAtPut ( ) : void
ExecuteBasicInstVarSize ( ) : void
ExecuteBasicNew ( ) : void
ExecuteBlock ( ) : void
ExecuteNew ( ) : void
ExecuteRedefinedNew ( ) : void
ExecuteTrueIfFalse ( ) : void
ExecuteTrueIfTrueIfFalse ( ) : void
RunMethods ( ) : void
RunMultiCommandMethod ( ) : void
RunMultiCommandMethodWithLocal ( ) : void
Setup ( ) : void