public final class DeclarationUtil extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isType(Type type,
BasicTypeKind kind)
Returns whether the type has the specified kind or not.
|
public static boolean isType(Type type, BasicTypeKind kind)
type
- the typekind
- the type kindtrue
if the type has its kind, otherwise false
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.