| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.groovy.ast.DynamicVariable
public class DynamicVariable extends Object
| Constructor Summary | |
            DynamicVariable(String name, boolean context)
             | 
        |
| Method Summary | |
|---|---|
            Expression
         | 
        
            getInitialExpression()
             | 
        
            String
         | 
        
            getName()
             | 
        
            ClassNode
         | 
        
            getOriginType()
             | 
        
            ClassNode
         | 
        
            getType()
             | 
        
            boolean
         | 
        
            hasInitialExpression()
             | 
        
            boolean
         | 
        
            isClosureSharedVariable()
             | 
        
            boolean
         | 
        
            isDynamicTyped()
             | 
        
            boolean
         | 
        
            isInStaticContext()
             | 
        
            void
         | 
        
            setClosureSharedVariable(boolean inClosure)
             | 
        
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Constructor Detail | 
|---|
public DynamicVariable(String name, boolean context)
| Method Detail | 
|---|
public Expression getInitialExpression()
public String getName()
public ClassNode getOriginType()
public ClassNode getType()
public boolean hasInitialExpression()
public boolean isClosureSharedVariable()
public boolean isDynamicTyped()
public boolean isInStaticContext()
public void setClosureSharedVariable(boolean inClosure)
Copyright © 2003-2010 The Codehaus. All rights reserved.