Sets the class that declares this field. Used during AST construction to establish the ownership relationship. @param owner the declaring ClassNode
(ClassNode owner)
| 221 | * @param owner the declaring {@link ClassNode} |
| 222 | */ |
| 223 | public void setOwner(ClassNode owner) { |
| 224 | this.owner = owner; |
| 225 | } |
| 226 | |
| 227 | /** |
| 228 | * Returns the initial value expression for this field. |