Class BoxClassTransformer
java.lang.Object
ortus.boxlang.compiler.asmboxpiler.transformer.statement.BoxClassTransformer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.objectweb.asm.Type
static final org.objectweb.asm.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.objectweb.asm.tree.ClassNode
transpile
(Transpiler transpiler, BoxClass boxClass)
-
Field Details
-
CLASS_TYPE
public static final org.objectweb.asm.Type CLASS_TYPE -
CLASS_ARRAY_TYPE
public static final org.objectweb.asm.Type CLASS_ARRAY_TYPE
-
-
Constructor Details
-
BoxClassTransformer
public BoxClassTransformer()
-
-
Method Details
-
transpile
public static org.objectweb.asm.tree.ClassNode transpile(Transpiler transpiler, BoxClass boxClass) throws BoxRuntimeException - Throws:
BoxRuntimeException
-