|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectequip.runtime.Object
equip.runtime.ValueBase
EQUIP IDL top class, comparable to equip.lang.Object, providing the abstract API for serialisation, equality, and pattern matching (and type-safe downcasting in C++).
| Constructor Summary | |
ValueBase()
|
|
| Method Summary | |
boolean |
_equals_helper(ValueBase c)
Internal IDL-generated equality test helper |
boolean |
_matches_helper(ValueBase c)
Internal IDL-generated match test helper |
java.lang.Object |
clone()
Return a clone of this object; just calls Object.clone() |
boolean |
equals(java.lang.Object c)
Standard IDL-generated equality test. |
boolean |
matches(java.lang.Object c)
Standard IDL-generated template match test. |
void |
readObject(ObjectInputStream in)
Internal serialisation helper. |
void |
writeObject(ObjectOutputStream out)
Internal serialisation helper. |
| Methods inherited from class equip.runtime.Object |
getModuleName |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ValueBase()
| Method Detail |
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
Object.clone()
java.lang.CloneNotSupportedException
public void readObject(ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException,
java.lang.InstantiationException
ObjectInputStream and ObjectOutputStream only.
java.io.IOException
java.lang.ClassNotFoundException
java.lang.InstantiationException
public void writeObject(ObjectOutputStream out)
throws java.io.IOException
ObjectInputStream and ObjectOutputStream only.
java.io.IOExceptionpublic boolean equals(java.lang.Object c)
c - The object to be compared against this.
cpublic boolean _equals_helper(ValueBase c)
public boolean matches(java.lang.Object c)
c - The object to be checked against this template.
this (as a template) matches the argumentpublic boolean _matches_helper(ValueBase c)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||