Class AsmStructureCreator
java.lang.Object
org.ek9lang.compiler.backend.jvm.AsmStructureCreator
Designed to capture the ASM specifics for byte code generation.
-
Constructor Summary
ConstructorsConstructorDescriptionAsmStructureCreator
(ConstructTargetTuple constructTargetTuple, INodeVisitor visitor) -
Method Summary
Modifier and TypeMethodDescription(package private) byte[]
(package private) void
(package private) void
processMethodOnClass
(Operation operation) For now just hard code this in, but need to actually call visit Operation.
-
Constructor Details
-
AsmStructureCreator
AsmStructureCreator(ConstructTargetTuple constructTargetTuple, INodeVisitor visitor)
-
-
Method Details
-
processClass
void processClass() -
processMethodOnClass
For now just hard code this in, but need to actually call visit Operation. And actually process the correct Structures! -
getByteCode
byte[] getByteCode()
-