Uses of Class
org.vesalainen.bcc.Block
Packages that use Block
-
Uses of Block in org.vesalainen.bcc
Fields in org.vesalainen.bcc declared as BlockMethods in org.vesalainen.bcc that return BlockMethods in org.vesalainen.bcc with parameters of type BlockModifier and TypeMethodDescriptionvoidMethodCompiler.addExceptionHandler(Block block, String handler, Class<? extends Throwable>... catchTypes) Adds an exception handler.voidMethodCompiler.addExceptionHandler(Block block, String handler, List<? extends TypeMirror> thrownTypes) Adds an exception handler.voidConstructors in org.vesalainen.bcc with parameters of type Block