**************************************************************************** Copyright (c) 2004 IBM Corporation and others. All rights reserved. The initial API is made available under the terms of the Common Public License v1.0 which is available at: http://www.eclipse.org/legal/cpl-v10.html Subsequent modifications are made available under the Apache 2.0 license. Contributors: IBM - Initial API and implementation Groovy community - subsequent modifications ****************************************************************************
Constructor and description |
---|
ClassCompletionVerifier
(SourceUnit source) |
Type | Name and description |
---|---|
ClassNode |
getClassNode() |
protected SourceUnit |
getSourceUnit() |
void |
visitBinaryExpression(BinaryExpression expression) |
void |
visitCatchStatement(CatchStatement cs) |
void |
visitClass(ClassNode node) |
void |
visitConstantExpression(ConstantExpression expression) |
void |
visitConstructor(ConstructorNode node) |
void |
visitDeclarationExpression(DeclarationExpression expression) |
void |
visitField(FieldNode node) |
void |
visitGStringExpression(GStringExpression expression) |
void |
visitMethod(MethodNode node) |
void |
visitMethodCallExpression(MethodCallExpression mce) |
void |
visitProperty(PropertyNode node) |
Copyright © 2003-2014 The Codehaus. All rights reserved.