|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.ast.ASTNode org.codehaus.groovy.ast.AnnotatedNode org.codehaus.groovy.ast.MethodNode org.codehaus.groovy.ast.ConstructorNode
public class ConstructorNode extends MethodNode
Represents a constructor declaration
Constructor Summary | |
ConstructorNode(int modifiers, Statement code)
|
|
ConstructorNode(int modifiers, Parameter[] parameters, ClassNode[] exceptions, Statement code)
|
Method Summary | |
---|---|
boolean
|
firstStatementIsSpecialConstructorCall()
|
Methods inherited from class AnnotatedNode | |
---|---|
addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic |
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Constructor Detail |
---|
public ConstructorNode(int modifiers, Statement code)
public ConstructorNode(int modifiers, Parameter[] parameters, ClassNode[] exceptions, Statement code)
Method Detail |
---|
public boolean firstStatementIsSpecialConstructorCall()
Groovy Documentation