public class AstConst extends AstParameter
| Modifier and Type | Field and Description |
|---|---|
static AstConst |
E |
static AstConst |
FALSE |
static AstConst |
NAN |
static AstConst |
PI |
static AstConst |
TRUE |
| Constructor and Description |
|---|
AstConst() |
AstConst(java.lang.String name,
double d) |
| Modifier and Type | Method and Description |
|---|---|
ValNum |
exec(Env env) |
java.lang.String |
str() |
description, example, nargs, toJavaStringapply, columns, newAstFrame, newAstStr, toStringasBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSONpublic static final AstConst FALSE
public static final AstConst TRUE
public static final AstConst NAN
public static final AstConst PI
public static final AstConst E