|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.tuberlin.cs.cis.ocl.env.NameIdentifier
a name within its scope in an OCL-constraint.
Constructor Summary | |
NameIdentifier(Scope scope,
de.tuberlin.cs.cis.ocl.parser.node.AName name)
Constructs a name identifier. |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
de.tuberlin.cs.cis.ocl.parser.node.AName |
getName()
Returns the name of this identifier. |
Scope |
getScope()
Returns the scope of the name of this identifier. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NameIdentifier(Scope scope, de.tuberlin.cs.cis.ocl.parser.node.AName name)
scope
- the scope of the name.name
- a name.Method Detail |
public de.tuberlin.cs.cis.ocl.parser.node.AName getName()
public Scope getScope()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |