java.lang.Object
simula.compiler.byteCodeEngineering.AsmUtils
ASM Utilities.
Link to GitHub: Source File.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static void
appendDescriptor
(int type, String value) private static void
appendFrameTypes
(int numTypes, Object[] frameTypes) protected static void
appendLabel
(org.objectweb.asm.Label label) (package private) static String
edAccessFlags
(int accessFlags) private static String
(package private) static String
edInstruction
(org.objectweb.asm.tree.AbstractInsnNode instr) (package private) static String
edLabel
(org.objectweb.asm.tree.AbstractInsnNode label)
-
Field Details
-
stringBuilder
-
labelNames
-
-
Constructor Details
-
AsmUtils
private AsmUtils()
-
-
Method Details
-
edInstruction
-
edLabel
-
edAccessFlags
-
edFrame
-
appendFrameTypes
-
appendDescriptor
-
appendLabel
protected static void appendLabel(org.objectweb.asm.Label label)
-