gnu.kawa.functions
Class Setter
java.lang.Object
gnu.mapping.Procedure
gnu.mapping.Procedure1
gnu.kawa.functions.Setter
- All Implemented Interfaces:
- CanInline, HasSetter, Named
public class Setter
- extends Procedure1
- implements CanInline, HasSetter
Implements Kawa extension function "setter", as in SRFI-17.
Methods inherited from class gnu.mapping.Procedure |
apply, apply, check0, check1, check2, check3, check4, checkArgCount, checkN, getName, getProperty, getSetter, getSymbol, match0, match1, match2, match3, match4, matchN, maxArgs, minArgs, name, removeProperty, set0, setN, setName, setProperty, setProperty, setSetter, setSymbol, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
setter
public static final Setter setter
Setter
public Setter()
setter
public static java.lang.Object setter(Procedure arg)
apply1
public java.lang.Object apply1(java.lang.Object arg)
- Specified by:
apply1
in class Procedure1
inline
public Expression inline(ApplyExp exp,
ExpWalker walker)
- Description copied from interface:
CanInline
- Inline an application of this Procedure and return result.
Can return original expression.
- Specified by:
inline
in interface CanInline
set1
public void set1(java.lang.Object arg1,
java.lang.Object value)
throws java.lang.Throwable
- Overrides:
set1
in class Procedure
- Throws:
java.lang.Throwable