|
Groovy 1.7.9 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.ast.CodeVisitorSupport
org.codehaus.groovy.ast.ClassCodeVisitorSupport
org.codehaus.groovy.classgen.InnerClassVisitorHelper
public abstract class InnerClassVisitorHelper extends ClassCodeVisitorSupport
Method Summary | |
---|---|
protected ClassNode
|
getClassNode(ClassNode node, boolean isStatic)
|
protected int
|
getObjectDistance(ClassNode node)
|
protected boolean
|
isStatic(InnerClassNode node)
|
protected void
|
setMethodDispatcherCode(BlockStatement block, Expression thiz, Parameter[] parameters)
|
protected void
|
setPropertyGetterDispatcher(BlockStatement block, Expression thiz, Parameter[] parameters)
|
protected void
|
setPropertySetterDispatcher(BlockStatement block, Expression thiz, Parameter[] parameters)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
protected ClassNode getClassNode(ClassNode node, boolean isStatic)
protected int getObjectDistance(ClassNode node)
protected boolean isStatic(InnerClassNode node)
protected void setMethodDispatcherCode(BlockStatement block, Expression thiz, Parameter[] parameters)
protected void setPropertyGetterDispatcher(BlockStatement block, Expression thiz, Parameter[] parameters)
protected void setPropertySetterDispatcher(BlockStatement block, Expression thiz, Parameter[] parameters)
Copyright © 2003-2010 The Codehaus. All rights reserved.