ClassCompletionVerifier
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-2016 The Apache Software Foundation. All rights reserved.