Uses of Class
org.eolang.jeo.representation.asm.AsmLabels
-
Packages that use AsmLabels Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes. -
-
Uses of AsmLabels in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode with parameters of type AsmLabels Modifier and Type Method Description void
BytecodeAttribute. write(org.objectweb.asm.MethodVisitor method, AsmLabels labels)
Write to method.void
InnerClass. write(org.objectweb.asm.MethodVisitor method, AsmLabels labels)
void
LocalVariable. write(org.objectweb.asm.MethodVisitor method, AsmLabels labels)
void
BytecodeEntry. writeTo(org.objectweb.asm.MethodVisitor visitor, AsmLabels labels)
Write instruction to the method visitor.void
BytecodeFrame. writeTo(org.objectweb.asm.MethodVisitor visitor, AsmLabels labels)
void
BytecodeInstruction. writeTo(org.objectweb.asm.MethodVisitor visitor, AsmLabels labels)
void
BytecodeLabel. writeTo(org.objectweb.asm.MethodVisitor visitor, AsmLabels labels)
void
BytecodeLine. writeTo(org.objectweb.asm.MethodVisitor visitor, AsmLabels labels)
void
BytecodeTryCatchBlock. writeTo(org.objectweb.asm.MethodVisitor visitor, AsmLabels labels)
-