public class ConstantFunction0 extends Procedure0
compilerKey, compilerXKey, validateApplyKey, validateXApplyKey
nameKey
Constructor and Description |
---|
ConstantFunction0(java.lang.String name,
java.lang.Object value) |
ConstantFunction0(java.lang.String name,
QuoteExp constant) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
apply0() |
apply, apply, check0, check1, check2, check3, check4, checkArgCount, checkN, getReturnType, getSetter, getSourceLocation, isSideEffectFree, match0, match1, match2, match3, match4, matchN, maxArgs, maxArgs, minArgs, minArgs, set0, set1, setN, setSetter, setSourceLocation, toString
getName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbol
public ConstantFunction0(java.lang.String name, java.lang.Object value)
public ConstantFunction0(java.lang.String name, QuoteExp constant)
public java.lang.Object apply0()
apply0
in class Procedure0