|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttip.cfg.DeclarationTarget
public class DeclarationTarget
DeclarationTarget
represents the pointer target of a declaration
(both function and variable declarations).
Constructor Summary | |
---|---|
DeclarationTarget(PDecl decl)
Creates a new DeclarationTarget pointing to decl . |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
PDecl |
getTarget()
Returns the target PDecl of this DeclarationTarget . |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeclarationTarget(PDecl decl)
DeclarationTarget
pointing to decl
.
decl
- the target of this DeclarationTarget
Method Detail |
---|
public PDecl getTarget()
PDecl
of this DeclarationTarget
.
getTarget
in interface Target
PDecl
of this DeclarationTarget
public boolean equals(Object o)
equals
in interface Target
equals
in class Object
public int hashCode()
hashCode
in interface Target
hashCode
in class Object
public String toString()
toString
in interface Target
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |