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
-
Method Summary
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, isEmptyMethods inherited from class org.glassfish.pfl.dynamic.codegen.impl.NodeBase
copy, copy, getAncestor, id, parent, parent, postCopy, preCopy, toStringMethods inherited from class org.glassfish.pfl.dynamic.codegen.impl.AttributedObjectBase
attributes, get, setMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.glassfish.pfl.dynamic.codegen.impl.AttributedObject
attributes, get, set
-
Method Details
-
label
public int label() -
accept
Description copied from interface:NodeAccept the visitor and allow it to perform actions on this Node.- Specified by:
acceptin interfaceNode- Overrides:
acceptin classBlockStatement
-