|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.AnnotatedNode
org.codehaus.groovy.ast.ClassNode
org.codehaus.groovy.ast.InnerClassNode
class InnerClassNode extends ClassNode
Represents an inner class declaration
Field Summary |
---|
Fields inherited from class ClassNode | |
---|---|
clazz, innerClasses, isPrimaryNode, lazyInitLock |
Constructor Summary | |
InnerClassNode(ClassNode outerClass, String name, int modifiers, ClassNode superClass)
|
|
InnerClassNode(ClassNode outerClass, String name, int modifiers, ClassNode superClass, ClassNode[] interfaces, MixinNode[] mixins)
|
Method Summary | |
---|---|
ClassNode
|
getOuterClass()
|
FieldNode
|
getOuterField(String name)
|
VariableScope
|
getVariableScope()
|
void
|
setVariableScope(VariableScope scope)
|
Methods inherited from class AnnotatedNode | |
---|---|
addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, isSynthetic, setDeclaringClass, setSynthetic |
Methods inherited from class ASTNode | |
---|---|
getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getText, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setSourcePosition, visit |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public InnerClassNode(ClassNode outerClass, String name, int modifiers, ClassNode superClass)
public InnerClassNode(ClassNode outerClass, String name, int modifiers, ClassNode superClass, ClassNode[] interfaces, MixinNode[] mixins)
Method Detail |
---|
public ClassNode getOuterClass()
public FieldNode getOuterField(String name)
public VariableScope getVariableScope()
public void setVariableScope(VariableScope scope)
Copyright © 2003-2009 The Codehaus. All rights reserved.