| |
|
| java.lang.Object ch.ethz.prose.query.Surrogate ch.ethz.prose.query.ClassSurrogate
ClassSurrogate | public class ClassSurrogate extends Surrogate implements java.io.Serializable(Code) | | Class ClassSurrogate represents a Class object without the need
that the classe's byte-code is available in the current virtual machine.
version: $Revision: 1.1.1.1 $ author: Philippe Schoch |
ClassSurrogate | public ClassSurrogate(Class cls)(Code) | | Constructs new surrogate that represents cls
Parameters: cls - the class this instance should represent |
equals | public boolean equals(Object o)(Code) | | Compares this instance with the passed object.
true if the passed object is of type ClassSurrogateand has the same name, the same methods and the same fields. |
getFieldSurrogates | public FieldSurrogate[] getFieldSurrogates()(Code) | | Returns field surrogates for all fields from the contained class
the fields surrogates |
getMethodSurrogates | public MethodSurrogate[] getMethodSurrogates()(Code) | | Returns method surrogates for all methods from the contained class
the methods surrogates |
getName | public String getName()(Code) | | Returns the qualified name of the class.
|
hashCode | public int hashCode()(Code) | | |
toString | public String toString()(Code) | | Returns the qualified class name.
|
|
|
|