Метод |
Описание |
|
GenerateDllAssembly ( PrologCompilerParameters compilerParameters, ArrayList instructions, PrologCodeUnit unit ) : Assembly |
|
|
GenerateExecutableAssembly ( PrologCompilerParameters compilerParameters, ArrayList instructions ) : Assembly |
|
|
GenerateInitMethod ( CodeTypeDeclaration classType, ArrayList instructions ) : void |
|
|
GenerateMethod ( CodeTypeDeclaration classType, ProcedureInstruction pi ) : void |
|
|
GenerateMethodSignatures ( CodeTypeDeclaration classType, ArrayList instructions ) : void |
|
|
GetInstructionStatement ( AbstractInstruction inst ) : string |
|
|
IPrologCompiler ( PrologCompilerParameters p, PrologCodeUnit unit ) : PrologCompilerResults |
|
|
IPrologCompiler ( PrologCompilerParameters p, string fileName ) : PrologCompilerResults |
|
|