Class SwitchStatement
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.SwitchStatement
- All Implemented Interfaces:
AttributedObject,Node,Statement,CopyInterceptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Map<Integer, CaseBranch> private BlockStatementprivate ExpressionInternal -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
Field Details
-
cases
-
defaultCase
-
expr
-
-
Constructor Details
-
SwitchStatement
SwitchStatement(Node parent, ExpressionInternal expr)
-
-
Method Details