|
|||||||||
PREV CLASS NEXT CLASS | 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
Constructor Summary | |
---|---|
InnerClassVisitorHelper()
|
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InnerClassVisitorHelper()
Method Detail |
---|
protected void setPropertyGetterDispatcher(BlockStatement block, Expression thiz, Parameter[] parameters)
protected void setPropertySetterDispatcher(BlockStatement block, Expression thiz, Parameter[] parameters)
protected void setMethodDispatcherCode(BlockStatement block, Expression thiz, Parameter[] parameters)
protected boolean isStatic(InnerClassNode node)
protected ClassNode getClassNode(ClassNode node, boolean isStatic)
protected int getObjectDistance(ClassNode node)
|
Copyright © 2003-2010 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |