| |
|
| java.lang.Object ch.ethz.prose.query.CrosscutSurrogate
CrosscutSurrogate | public class CrosscutSurrogate implements java.io.Serializable(Code) | | Class CrosscutSurrogate 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: Andrei Popovici |
CrosscutSurrogate | public CrosscutSurrogate(AspectSurrogate as, Crosscut crsc)(Code) | | Creates a CrosscutSurrogate
Parameters: as - surrogate for the aspect defining this crosscut Parameters: crsc - the real crosscut |
equals | public boolean equals(Object obj)(Code) | | Indicates whether some other object is "equal to" this one. The
result is true if and only if obj is
not null and is a instance of
CrosscutSurrogate and has equal contents as this
object.
Parameters: obj - other object with which to compare true iff obj is equal to thisCrosscutSurrogate |
getCrosscutClassName | public String getCrosscutClassName()(Code) | | |
getIndex | public int getIndex()(Code) | | |
hashCode | public int hashCode()(Code) | | Returns a hashcode for this object.
hashcode value |
|
|
|