Class CompilationResult
java.lang.Object
io.github.protasm.jvmud.compiler.pipeline.CompilationResult
-
Constructor Summary
ConstructorsConstructorDescriptionCompilationResult(CompilationUnit compilationUnit, TokenList tokens, ASTObject astObject, SemanticModel semanticModel, TypedIR typedIr, byte[] bytecode, List<CompilationProblem> problems) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]boolean
-
Constructor Details
-
CompilationResult
public CompilationResult(CompilationUnit compilationUnit, TokenList tokens, ASTObject astObject, SemanticModel semanticModel, TypedIR typedIr, byte[] bytecode, List<CompilationProblem> problems)
-
-
Method Details
-
succeeded
public boolean succeeded() -
getTokens
-
getCompilationUnit
-
getAstObject
-
getSemanticModel
-
getTypedIr
-
getBytecode
public byte[] getBytecode() -
getProblems
-