|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJSHOP2.Member
class Member
Each code call of the form (call Member ...)
is
implemented by an object of this class
Constructor Summary | |
---|---|
Member()
|
Method Summary | |
---|---|
Term |
call(List l)
This function executes the code call and returns NIL if its
first argument is not a member of its second argument, and something
other than NIL otherwise. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Member()
Method Detail |
---|
public Term call(List l)
NIL
if its
first argument is not a member of its second argument, and something
other than NIL
otherwise.
call
in interface Calculate
l
- the arguments for this code call as a list of terms.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |