public class PropertyNode extends AnnotatedNode implements org.objectweb.asm.Opcodes, Variable
Represents a property (member variable, a getter and setter)
| Constructor and description | 
|---|
                                PropertyNode
                                (String name, int modifiers, ClassNode type, ClassNode owner, Expression initialValueExpression, Statement getterBlock, Statement setterBlock) | 
                        
                                PropertyNode
                                (FieldNode field, int modifiers, Statement getterBlock, Statement setterBlock) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public FieldNode | 
                            getField() | 
                        
 | 
                            public Statement | 
                            getGetterBlock() | 
                        
 | 
                            public Expression | 
                            getInitialExpression() | 
                        
 | 
                            public int | 
                            getModifiers() | 
                        
 | 
                            public String | 
                            getName() | 
                        
 | 
                            public ClassNode | 
                            getOriginType() | 
                        
 | 
                            public Statement | 
                            getSetterBlock() | 
                        
 | 
                            public ClassNode | 
                            getType() | 
                        
 | 
                            public boolean | 
                            hasInitialExpression() | 
                        
 | 
                            public boolean | 
                            isClosureSharedVariable() | 
                        
 | 
                            public boolean | 
                            isDynamicTyped() | 
                        
 | 
                            public boolean | 
                            isInStaticContext() | 
                        
 | 
                            public boolean | 
                            isPrivate() | 
                        
 | 
                            public boolean | 
                            isPublic() | 
                        
 | 
                            public boolean | 
                            isStatic() | 
                        
 | 
                            public void | 
                            setClosureSharedVariable(boolean inClosure)
  | 
                        
 | 
                            public void | 
                            setField(FieldNode fn) | 
                        
 | 
                            public void | 
                            setGetterBlock(Statement getterBlock) | 
                        
 | 
                            public void | 
                            setSetterBlock(Statement setterBlock) | 
                        
 | 
                            public void | 
                            setType(ClassNode t) | 
                        
| Methods inherited from class | Name | 
|---|---|
class AnnotatedNode | 
                            addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, getGroovydoc, getInstance, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic | 
                        
class ASTNode | 
                            copyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getMetaDataMap, getText, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setMetaDataMap, setSourcePosition, visit | 
                        
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.