Uses of Class
org.glassfish.rmic.tools.asm.Label
Packages that use Label
-
Uses of Label in org.glassfish.rmic.tools.asm
Fields in org.glassfish.rmic.tools.asm declared as LabelModifier and TypeFieldDescription(package private) LabelSwitchData.defaultLabel(package private) LabelTryData.endLabel(package private) LabelAssembler.first(package private) LabelCatchData.labelFields in org.glassfish.rmic.tools.asm with type parameters of type LabelMethods in org.glassfish.rmic.tools.asm that return LabelModifier and TypeMethodDescriptionSwitchData.get(int n) Get a labelGet a labelSwitchData.getDefaultLabel()Get the default label(package private) LabelLabel.getDestination()Get the final destination, eliminate jumps gotos, and jumps to labels that are immediately folowed by another label.TryData.getEndLabel()Get the default labelCatchData.getLabel()Get the labelMethods in org.glassfish.rmic.tools.asm with parameters of type LabelModifier and TypeMethodDescriptionvoidAdd a label(package private) voidDetermine stack size, count local variables(package private) voidAssembler.flowFields(Environment env, Label lbl, MemberDefinition[] locals) Figure out when registers contain a legal value.(package private) voidAssembler.optimize(Environment env, Label lbl) Optimize instructions and mark those that can be reachedConstructor parameters in org.glassfish.rmic.tools.asm with type arguments of type LabelModifierConstructorDescription(package private)Create a new enumeration from the hashtable. -
Uses of Label in org.glassfish.rmic.tools.tree
Fields in org.glassfish.rmic.tools.tree declared as LabelModifier and TypeFieldDescription(package private) LabelCodeContext.breakLabel(package private) LabelCodeContext.contLabelMethods in org.glassfish.rmic.tools.tree with parameters of type LabelModifier and TypeMethodDescription(package private) voidAndExpression.codeBranch(Environment env, Context ctx, Assembler asm, Label lbl, boolean whenTrue) Code(package private) voidBooleanExpression.codeBranch(Environment env, Context ctx, Assembler asm, Label lbl, boolean whenTrue) Code(package private) voidEqualExpression.codeBranch(Environment env, Context ctx, Assembler asm, Label lbl, boolean whenTrue) Code(package private) voidExpression.codeBranch(Environment env, Context ctx, Assembler asm, Label lbl, boolean whenTrue) Code(package private) voidGreaterExpression.codeBranch(Environment env, Context ctx, Assembler asm, Label lbl, boolean whenTrue) Code(package private) voidGreaterOrEqualExpression.codeBranch(Environment env, Context ctx, Assembler asm, Label lbl, boolean whenTrue) Code(package private) voidInstanceOfExpression.codeBranch(Environment env, Context ctx, Assembler asm, Label lbl, boolean whenTrue) (package private) voidLessExpression.codeBranch(Environment env, Context ctx, Assembler asm, Label lbl, boolean whenTrue) Code(package private) voidLessOrEqualExpression.codeBranch(Environment env, Context ctx, Assembler asm, Label lbl, boolean whenTrue) Code(package private) voidNotEqualExpression.codeBranch(Environment env, Context ctx, Assembler asm, Label lbl, boolean whenTrue) Code(package private) voidNotExpression.codeBranch(Environment env, Context ctx, Assembler asm, Label lbl, boolean whenTrue) Code(package private) voidOrExpression.codeBranch(Environment env, Context ctx, Assembler asm, Label lbl, boolean whenTrue) Code