[Java] Class DynamicVariable

  • org.codehaus.groovy.ast.DynamicVariable
All Implemented Interfaces and Traits:
Variable
public class DynamicVariable
extends Object

Properties Summary

Properties
Type Name and description
boolean closureSharedVariable

Constructor Summary

Constructors
Constructor and description
DynamicVariable (String name, boolean context)

Methods Summary

Methods
Type Params Return Type Name and description
Expression getInitialExpression()
int getModifiers()
String getName()
ClassNode getOriginType()
ClassNode getType()
boolean hasInitialExpression()
boolean isClosureSharedVariable()
boolean isDynamicTyped()
boolean isInStaticContext()
void setClosureSharedVariable(boolean inClosure)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Property Detail

boolean closureSharedVariable

Constructor Detail

public DynamicVariable(String name, boolean context)

Method Detail

public Expression getInitialExpression()

public int getModifiers()

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)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/ast/DynamicVariable.html