public class ClassExpression extends Object
Constructor and Description |
---|
ClassExpression(String expr) |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceOfAnnotation() |
String |
getOriginal() |
boolean |
isAnnotation() |
boolean |
isInstanceOf() |
boolean |
isInstanceOfAnnotated() |
boolean |
isPackage() |
boolean |
isSimple() |
boolean |
isTypedef() |
boolean |
matches(String classname) |
static String |
simpleType(Class<?> type) |
public ClassExpression(String expr)
public boolean isSimple()
public boolean matches(String classname)
public boolean isAnnotation()
public boolean isPackage()
public boolean isInstanceOf()
public boolean isTypedef()
public boolean isInstanceOfAnnotated()
public String getInstanceOfAnnotation()
public String getOriginal()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.