|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.xml.nut.Nut
jfun.yan.xml.nut.ComponentNut
jfun.yan.xml.nuts.optional.BinaryNut
jfun.yan.xml.nuts.optional.BinaryPredicateNut
jfun.yan.xml.nuts.optional.SameNut
public class SameNut
A tag that tests if two references are pointing to the same object.
| Constructor Summary | |
|---|---|
SameNut()
|
|
| Method Summary | |
|---|---|
boolean |
predicate(java.lang.Object v1,
java.lang.Object v2)
The predicate. |
| Methods inherited from class jfun.yan.xml.nuts.optional.BinaryPredicateNut |
|---|
eval |
| Methods inherited from class jfun.yan.xml.nuts.optional.BinaryNut |
|---|
getComponent1, getComponent2, getType1, getType2, getVal1, getVal2, isVal1Set, isVal2Set, set, setType1, setType2, setVal1, setVal2 |
| Methods inherited from class jfun.yan.xml.nut.Nut |
|---|
cast, checkDuplicate, checkMandatory, checkMandatory, convert, getComponentClassLoader, getId, getNutClassLoader, getNutEnvironment, getParameterWiring, getPropertyWiring, getSequenceNumber, getTagLocation, getTagName, initGloballyDefined, initNutEnvironment, initSequenceNumber, initTagLocation, initTagName, isGloballyDefined, raise, raise, register, registerEagerInstantiation, setId, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SameNut()
| Method Detail |
|---|
public boolean predicate(java.lang.Object v1,
java.lang.Object v2)
BinaryPredicateNut
predicate in class BinaryPredicateNutv1 - the first value.v2 - the second value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||