public class Setter extends Procedure1 implements HasSetter
| Modifier and Type | Field and Description |
|---|---|
static Setter |
setter |
compilerKey, compilerXKey, validateApplyKey, validateXApplyKeynameKey| Constructor and Description |
|---|
Setter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply1(java.lang.Object arg) |
void |
set1(java.lang.Object arg1,
java.lang.Object value) |
static java.lang.Object |
setter(Procedure arg) |
apply, apply, check0, check1, check2, check3, check4, checkArgCount, checkN, getReturnType, getSetter, getSourceLocation, isSideEffectFree, match0, match1, match2, match3, match4, matchN, maxArgs, maxArgs, minArgs, minArgs, set0, setN, setSetter, setSourceLocation, toStringgetName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbolpublic static final Setter setter
public static java.lang.Object setter(Procedure arg)
public java.lang.Object apply1(java.lang.Object arg)
apply1 in class Procedure1