org.glassfish.pfl.dynamic.codegen.impl
Class CaseBranch
java.lang.Object
org.glassfish.pfl.dynamic.codegen.impl.AttributedObjectBase
org.glassfish.pfl.dynamic.codegen.impl.NodeBase
org.glassfish.pfl.dynamic.codegen.impl.StatementBase
org.glassfish.pfl.dynamic.codegen.impl.BlockStatement
org.glassfish.pfl.dynamic.codegen.impl.CaseBranch
- All Implemented Interfaces:
- AttributedObject, Node, Statement, CopyInterceptor
public final class CaseBranch
- extends BlockStatement
|
Method Summary |
void |
accept(Visitor visitor)
Accept the visitor and allow it to perform actions on this Node. |
int |
label()
|
| Methods inherited from class org.glassfish.pfl.dynamic.codegen.impl.BlockStatement |
addAssign, addBreak, addDefinition, addExpression, addIf, addReturn, addReturn, addSwitch, addThrow, addTry, addWhile, body, exprFactory, getVar, isEmpty |
label
public int label()
accept
public void accept(Visitor visitor)
- Description copied from interface:
Node
- Accept the visitor and allow it to perform actions on this Node.
- Specified by:
accept in interface Node- Overrides:
accept in class BlockStatement
Copyright © 2013 Oracle. All Rights Reserved.