|
Groovy 1.8.5 | |||||||
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 static ClassNode
|
getClassNode(ClassNode node, boolean isStatic)
|
protected static int
|
getObjectDistance(ClassNode node)
|
protected static boolean
|
isStatic(InnerClassNode node)
|
protected static void
|
setMethodDispatcherCode(BlockStatement block, Expression thiz, Parameter[] parameters)
|
protected static void
|
setPropertyGetterDispatcher(BlockStatement block, Expression thiz, Parameter[] parameters)
|
protected static 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 static ClassNode getClassNode(ClassNode node, boolean isStatic)
protected static int getObjectDistance(ClassNode node)
protected static boolean isStatic(InnerClassNode node)
protected static void setMethodDispatcherCode(BlockStatement block, Expression thiz, Parameter[] parameters)
protected static void setPropertyGetterDispatcher(BlockStatement block, Expression thiz, Parameter[] parameters)
protected static void setPropertySetterDispatcher(BlockStatement block, Expression thiz, Parameter[] parameters)
Copyright © 2003-2011 The Codehaus. All rights reserved.