public class CountValues extends Procedure1
| Modifier and Type | Field and Description |
|---|---|
static CountValues |
countValues |
compilerKey, validateApplyKeynameKey| Constructor and Description |
|---|
CountValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(CallContext ctx)
Call this Procedure using the explicit-CallContext-convention.
|
java.lang.Object |
apply1(java.lang.Object arg) |
static int |
countValues(java.lang.Object arg) |
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, toStringgetName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbolpublic static final CountValues countValues
public static int countValues(java.lang.Object arg)
public java.lang.Object apply1(java.lang.Object arg)
apply1 in class Procedure1public void apply(CallContext ctx)
Procedure