Uses of Class
org.vesalainen.bcc.Block
-
Packages that use Block Package Description org.vesalainen.bcc -
-
Uses of Block in org.vesalainen.bcc
Fields in org.vesalainen.bcc declared as Block Modifier and Type Field Description private BlockExceptionTable. blockMethods in org.vesalainen.bcc that return Block Modifier and Type Method Description BlockAssembler. startBlock()Methods in org.vesalainen.bcc with parameters of type Block Modifier and Type Method Description voidMethodCompiler. addExceptionHandler(Block block, java.lang.String handler, java.lang.Class<? extends java.lang.Throwable>... catchTypes)Adds an exception handler.voidMethodCompiler. addExceptionHandler(Block block, java.lang.String handler, java.util.List<? extends javax.lang.model.type.TypeMirror> thrownTypes)Adds an exception handler.voidAssembler. endBlock(Block block)Constructors in org.vesalainen.bcc with parameters of type Block Constructor Description ExceptionTable(Block block, Label label, int catch_type)
-