Uses of Class
org.glassfish.pfl.dynamic.codegen.impl.MyLabel
-
Packages that use MyLabel Package Description org.glassfish.pfl.dynamic.codegen.impl -
-
Uses of MyLabel in org.glassfish.pfl.dynamic.codegen.impl
Fields in org.glassfish.pfl.dynamic.codegen.impl with type parameters of type MyLabel Modifier and Type Field Description private static NullaryFunction<MyLabel>
ASMUtil. makeLabel
(package private) static Attribute<MyLabel>
ASMUtil. returnLabel
(package private) static Attribute<MyLabel>
ASMUtil. statementEndLabel
(package private) static Attribute<MyLabel>
ASMUtil. statementStartLabel
(package private) static Attribute<MyLabel>
ASMUtil. throwEndLabel
(package private) static Attribute<MyLabel>
ASMUtil. uncaughtExceptionHandler
Methods in org.glassfish.pfl.dynamic.codegen.impl that return MyLabel Modifier and Type Method Description (package private) static MyLabel
ASMByteCodeVisitor. nextLabel(Node node)
Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type MyLabel Modifier and Type Method Description void
ByteCodeUtility. emitBranch(MyLabel target)
void
ByteCodeUtility. emitConditionalBranch(MyLabel falseBranch)
Method parameters in org.glassfish.pfl.dynamic.codegen.impl with type arguments of type MyLabel Modifier and Type Method Description void
ByteCodeUtility. emitLabel(Attribute<MyLabel> attr, Node node)
-