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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BlockStatement
addAssign, addBreak, addDefinition, addExpression, addIf, addReturn, addReturn, addSwitch, addThrow, addTry, addWhile, body, exprFactory, getVar, isEmptyMethods inherited from class NodeBase
copy, copy, getAncestor, id, parent, parent, postCopy, preCopy, toStringMethods inherited from class AttributedObjectBase
attributes, get, setMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface AttributedObject
attributes, get, set
-
Field Details
-
label
private int label
-
-
Constructor Details
-
CaseBranch
CaseBranch(Node parent, int label)
-
-
Method Details
-
label
public int label() -
accept
-