Verify correct usage of generics. This includes:
<>
usageConstructor and description |
---|
GenericsVisitor
(SourceUnit source) |
Type Params | Return Type | Name and description |
---|---|---|
|
protected SourceUnit |
getSourceUnit() |
|
void |
visitClass(ClassNode node) |
|
void |
visitConstructorCallExpression(ConstructorCallExpression call) |
|
void |
visitDeclarationExpression(DeclarationExpression expression) |
|
void |
visitField(FieldNode node) |
|
void |
visitMethod(MethodNode node) |
Copyright © 2003-2019 The Apache Software Foundation. All rights reserved.