public class TypeHelper extends Object
Constructor and Description |
---|
TypeHelper() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isA(TypeNode n,
Class<?> clazz) |
static boolean |
isA(VariableNameDeclaration vnd,
Class<?> clazz) |
static boolean |
isEither(TypeNode n,
Class<?> class1,
Class<?> class2) |
static boolean |
isEither(VariableNameDeclaration vnd,
Class<?> class1,
Class<?> class2) |
static boolean |
isNeither(VariableNameDeclaration vnd,
Class<?> class1,
Class<?> class2) |
static boolean |
subclasses(TypeNode n,
Class<?> clazz) |
public static boolean isA(VariableNameDeclaration vnd, Class<?> clazz)
public static boolean isEither(VariableNameDeclaration vnd, Class<?> class1, Class<?> class2)
public static boolean isNeither(VariableNameDeclaration vnd, Class<?> class1, Class<?> class2)
Copyright © 2002–2013 InfoEther. All rights reserved.