| java.lang.Object org.codehaus.groovy.ast.Parameter
Parameter | public class Parameter implements Variable(Code) | | Represents a parameter on a constructor or method call. The type name is
optional - it should be defaulted to java.lang.Object if unknown.
author: James Strachan version: $Revision: 3840 $ |
getInitialExpression | public Expression getInitialExpression()(Code) | | the default value expression for this parameter or null ifno default value is specified |
hasInitialExpression | public boolean hasInitialExpression()(Code) | | |
isClosureSharedVariable | public boolean isClosureSharedVariable()(Code) | | |
isDynamicTyped | public boolean isDynamicTyped()(Code) | | |
isInStaticContext | public boolean isInStaticContext()(Code) | | |
setClosureSharedVariable | public void setClosureSharedVariable(boolean inClosure)(Code) | | |
setInStaticContext | public void setInStaticContext(boolean inStaticContext)(Code) | | |
|
|