Constructor and Description |
---|
AsmResource() |
Modifier and Type | Method and Description |
---|---|
void |
addEdge(AsmEdge edge) |
void |
clearOutogingEdges() |
Set<AsmClass> |
getDistinctUsedAsmClasses() |
Set<AsmClass> |
getImplementedInterfaces() |
Collection<AsmEdge> |
getOutgoingEdges() |
AsmClass |
getParent() |
boolean |
isAbstract() |
boolean |
isDeprecated() |
boolean |
isFinal() |
boolean |
isInterface() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isStatic() |
boolean |
isSynthetic() |
boolean |
isUsed() |
void |
setUsed(boolean used) |
public void addEdge(AsmEdge edge)
public void clearOutogingEdges()
public Collection<AsmEdge> getOutgoingEdges()
public AsmClass getParent()
public boolean isAbstract()
public boolean isInterface()
public boolean isStatic()
public boolean isPublic()
public boolean isPrivate()
public boolean isProtected()
public boolean isFinal()
public boolean isDeprecated()
public boolean isSynthetic()
public void setUsed(boolean used)
public boolean isUsed()
Copyright © 2012–2016 SonarSource. All rights reserved.