Class While
java.lang.Object
dev.quantumfusion.hyphen.codegen.statement.While
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MethodHandlerprotected org.objectweb.asm.Labelprotected org.objectweb.asm.Label -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static Whilecreate(MethodHandler mh)voidexit(int op)
-
Field Details
-
mh
-
start
protected final org.objectweb.asm.Label start -
stop
protected final org.objectweb.asm.Label stop
-
-
Constructor Details
-
While
-
-
Method Details
-
create
-
exit
public void exit(int op) -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-