@FunctionalInterface public interface TypeCriteria
| Modifier and Type | Method and Description |
|---|---|
static TypeCriteria |
anyType() |
static TypeCriteria |
is(String fullyQualifiedName) |
boolean |
matches(Type type) |
static TypeCriteria |
subtypeOf(String fullyQualifiedName) |
boolean matches(Type type)
static TypeCriteria subtypeOf(String fullyQualifiedName)
static TypeCriteria is(String fullyQualifiedName)
static TypeCriteria anyType()
Copyright © 2012–2016 SonarSource. All rights reserved.