|
Groovy 1.7.0 | |||||||
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.ClassCompletionVerifier
class ClassCompletionVerifier extends ClassCodeVisitorSupport
**************************************************************************** Copyright (c) 2004 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html Contributors: IBM - Initial API and implementation Groovy community - subsequent modifications ****************************************************************************
Constructor Summary | |
ClassCompletionVerifier(SourceUnit source)
|
Method Summary | |
---|---|
ClassNode
|
getClassNode()
|
protected SourceUnit
|
getSourceUnit()
|
void
|
visitBinaryExpression(BinaryExpression expression)
|
void
|
visitCatchStatement(CatchStatement cs)
|
void
|
visitClass(ClassNode node)
|
void
|
visitConstantExpression(ConstantExpression expression)
|
void
|
visitConstructorCallExpression(ConstructorCallExpression call)
|
void
|
visitField(FieldNode node)
|
void
|
visitGStringExpression(GStringExpression expression)
|
void
|
visitMethod(MethodNode node)
|
void
|
visitMethodCallExpression(MethodCallExpression mce)
|
void
|
visitProperty(PropertyNode node)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public ClassCompletionVerifier(SourceUnit source)
Method Detail |
---|
public ClassNode getClassNode()
protected SourceUnit getSourceUnit()
public void visitBinaryExpression(BinaryExpression expression)
public void visitCatchStatement(CatchStatement cs)
public void visitClass(ClassNode node)
public void visitConstantExpression(ConstantExpression expression)
public void visitConstructorCallExpression(ConstructorCallExpression call)
public void visitField(FieldNode node)
public void visitGStringExpression(GStringExpression expression)
public void visitMethod(MethodNode node)
public void visitMethodCallExpression(MethodCallExpression mce)
public void visitProperty(PropertyNode node)
Copyright © 2003-2009 The Codehaus. All rights reserved.