public class IdentifierExpression extends Object
Constructor and Description |
---|
IdentifierExpression(String expr) |
Modifier and Type | Method and Description |
---|---|
ClassExpression |
getImplementsExpression() |
String |
getOriginal() |
boolean |
isAnnotation() |
boolean |
isImplementing() |
boolean |
isImplements() |
boolean |
matches(String name) |
boolean |
matchesAnnotation(String annotation) |
public IdentifierExpression(String expr)
public boolean matches(String name)
public boolean matchesAnnotation(String annotation)
public String getOriginal()
public boolean isAnnotation()
public boolean isImplements()
public boolean isImplementing()
public ClassExpression getImplementsExpression()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.