org.codehaus.groovy.ast
Class ConstructorNode
java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.AnnotatedNode
org.codehaus.groovy.ast.ConstructorNode
- public class ConstructorNode
- extends AnnotatedNode
Represents a constructor declaration
- Version:
- $Revision: 1.7 $
- Author:
- James Strachan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstructorNode
public ConstructorNode(int modifiers,
Statement code)
ConstructorNode
public ConstructorNode(int modifiers,
Parameter[] parameters,
Statement code)
getCode
public Statement getCode()
setCode
public void setCode(Statement code)
getModifiers
public int getModifiers()
getParameters
public Parameter[] getParameters()
getVariableScope
public VariableScope getVariableScope()
setVariableScope
public void setVariableScope(VariableScope variableScope)
Copyright © 2003-2005 The Codehaus. All Rights Reserved.