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 voidBytecodeAttribute. write(org.objectweb.asm.MethodVisitor method, AsmLabels labels)Write to method.voidInnerClass. write(org.objectweb.asm.MethodVisitor method, AsmLabels labels)voidLocalVariable. write(org.objectweb.asm.MethodVisitor method, AsmLabels labels)voidBytecodeEntry. writeTo(org.objectweb.asm.MethodVisitor visitor, AsmLabels labels)Write instruction to the method visitor.voidBytecodeFrame. writeTo(org.objectweb.asm.MethodVisitor visitor, AsmLabels labels)voidBytecodeInstruction. writeTo(org.objectweb.asm.MethodVisitor visitor, AsmLabels labels)voidBytecodeLabel. writeTo(org.objectweb.asm.MethodVisitor visitor, AsmLabels labels)voidBytecodeLine. writeTo(org.objectweb.asm.MethodVisitor visitor, AsmLabels labels)voidBytecodeTryCatchBlock. writeTo(org.objectweb.asm.MethodVisitor visitor, AsmLabels labels)
-