Uses of Class
org.glassfish.pfl.dynamic.codegen.impl.SwitchStatement
Packages that use SwitchStatement
-
Uses of SwitchStatement in org.glassfish.pfl.dynamic.codegen.impl
Methods in org.glassfish.pfl.dynamic.codegen.impl that return SwitchStatementMethods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type SwitchStatementModifier and TypeMethodDescriptionvoidASMByteCodeVisitor.postSwitchStatement(SwitchStatement arg) voidNopVisitor.postSwitchStatement(SwitchStatement arg) voidSourceStatementVisitor.postSwitchStatement(SwitchStatement arg) voidTreeWalker.postSwitchStatement(SwitchStatement arg) booleanASMByteCodeVisitor.preSwitchStatement(SwitchStatement arg) booleanNopVisitor.preSwitchStatement(SwitchStatement arg) booleanSourceStatementVisitor.preSwitchStatement(SwitchStatement arg) booleanTreeWalker.preSwitchStatement(SwitchStatement arg) booleanASMByteCodeVisitor.switchStatementBeforeCaseBranches(SwitchStatement arg) booleanNopVisitor.switchStatementBeforeCaseBranches(SwitchStatement arg) booleanSourceStatementVisitor.switchStatementBeforeCaseBranches(SwitchStatement arg) booleanTreeWalker.switchStatementBeforeCaseBranches(SwitchStatement arg) booleanASMByteCodeVisitor.switchStatementBeforeDefault(SwitchStatement arg) booleanNopVisitor.switchStatementBeforeDefault(SwitchStatement arg) booleanSourceStatementVisitor.switchStatementBeforeDefault(SwitchStatement arg) booleanTreeWalker.switchStatementBeforeDefault(SwitchStatement arg) voidTreeWalker.visitSwitchStatement(SwitchStatement arg) voidVisitor.visitSwitchStatement(SwitchStatement arg)