public abstract class AbstractSerializableInnerClassRule extends IssuableSubscriptionVisitor
context| Constructor and Description |
|---|
AbstractSerializableInnerClassRule() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
isMatchingOuterClass(Type outerClass) |
protected boolean |
isSerializable(Type type) |
List<Tree.Kind> |
nodesToVisit() |
void |
visitNode(Tree tree) |
addIssue, addIssueOnFile, reportIssue, reportIssue, reportIssuehasSemantic, leaveNode, scanFile, scanTree, visitToken, visitTriviapublic List<Tree.Kind> nodesToVisit()
nodesToVisit in class SubscriptionVisitorpublic void visitNode(Tree tree)
visitNode in class SubscriptionVisitorprotected boolean isSerializable(Type type)
protected abstract boolean isMatchingOuterClass(Type outerClass)
Copyright © 2012–2016 SonarSource. All rights reserved.