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 TypeMethodDescriptionvoid
ASMByteCodeVisitor.postSwitchStatement
(SwitchStatement arg) void
NopVisitor.postSwitchStatement
(SwitchStatement arg) void
SourceStatementVisitor.postSwitchStatement
(SwitchStatement arg) void
TreeWalker.postSwitchStatement
(SwitchStatement arg) boolean
ASMByteCodeVisitor.preSwitchStatement
(SwitchStatement arg) boolean
NopVisitor.preSwitchStatement
(SwitchStatement arg) boolean
SourceStatementVisitor.preSwitchStatement
(SwitchStatement arg) boolean
TreeWalker.preSwitchStatement
(SwitchStatement arg) boolean
ASMByteCodeVisitor.switchStatementBeforeCaseBranches
(SwitchStatement arg) boolean
NopVisitor.switchStatementBeforeCaseBranches
(SwitchStatement arg) boolean
SourceStatementVisitor.switchStatementBeforeCaseBranches
(SwitchStatement arg) boolean
TreeWalker.switchStatementBeforeCaseBranches
(SwitchStatement arg) boolean
ASMByteCodeVisitor.switchStatementBeforeDefault
(SwitchStatement arg) boolean
NopVisitor.switchStatementBeforeDefault
(SwitchStatement arg) boolean
SourceStatementVisitor.switchStatementBeforeDefault
(SwitchStatement arg) boolean
TreeWalker.switchStatementBeforeDefault
(SwitchStatement arg) void
TreeWalker.visitSwitchStatement
(SwitchStatement arg) void
Visitor.visitSwitchStatement
(SwitchStatement arg) -
Uses of SwitchStatement in org.glassfish.pfl.dynamic.codegen.spi
Fields in org.glassfish.pfl.dynamic.codegen.spi declared as SwitchStatementModifier and TypeFieldDescriptionprivate final SwitchStatement
Wrapper.SwitchStatementContext.swstmt