C# Класс AjTalk.Tests.Compilers.Vm.BytecodeCompilerTests

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

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

Метод Описание
CompileAndExecuteTwoSimpleCommand ( ) : void
CompileBlock ( ) : void
CompileBlockWithParameter ( ) : void
CompileBlockWithTwoParameters ( ) : void
CompileClass ( string clsname, string varnames, string methods ) : IClass
CompileClass ( string clsname, string varnames, string methods, string clsmethods ) : IClass
CompileFile ( string filename ) : void
CompileFileOut01 ( ) : void
CompileFileOut02 ( ) : void
CompileGlobalVariable ( ) : void
CompileIntegerArray ( ) : void
CompilePharoCoreKernelObjects ( ) : void
CompilePharoCorePoint ( ) : void
CompilePharoCoreRectangle ( ) : void
CompileSimpleArithmeticWithParenthesis ( ) : void
CompileSimpleCommand ( ) : void
CompileSimpleCommandWithParenthesis ( ) : void
CompileSimpleCommandWithParenthesisAndBang ( ) : void
CompileSimpleCommandWithParenthesisAndBangKeyword ( ) : void
CompileSimpleRealSum ( ) : void
CompileSimpleSum ( ) : void
CompileSqueakKernelObjects ( ) : void
CompileSqueakObject ( ) : void
CompileSubClassDefinition ( ) : void
CompileSubClassDefinitionWithInstances ( ) : void
CompileTwoCommands ( ) : void
CompileTwoCommandsUsingSemicolon ( ) : void
CompileTwoSimpleCommand ( ) : void
ExecuteBasicInstSize ( ) : void
ExecuteBasicInstSizeInRectangle ( ) : void
ExecuteBasicInstVarAt ( ) : void
ExecuteBasicInstVarAtPut ( ) : void
ExecuteBlock ( ) : void
ExecuteTrueIfFalse ( ) : void
ExecuteTrueIfTrueIfFalse ( ) : void
Setup ( ) : void