Class ReturnStatement
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.ReturnStatement
- All Implemented Interfaces:
AttributedObject, Node, Statement, CopyInterceptor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReturnStatement(Node parent) ReturnStatement(Node parent, ExpressionInternal expr) -
Method Summary
Modifier and TypeMethodDescriptionvoidAccept the visitor and allow it to perform actions on this Node.expr()Methods 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
-
expr
-
-
Constructor Details
-
ReturnStatement
ReturnStatement(Node parent, ExpressionInternal expr) -
ReturnStatement
ReturnStatement(Node parent)
-
-
Method Details
-
expr
-
accept
-