| Modifier and Type | Method and Description |
|---|---|
Any |
divide(Any other) |
Any |
divide(double other) |
Any |
get(java.lang.String name) |
Type |
getType() |
Any |
greaterThan(Any other) |
Any |
identity() |
Any |
invoke(java.util.List<Any> args) |
Any |
isEqualTo(Any other) |
boolean |
isNativeObject() |
Any |
lessThan(Any other) |
Any |
minus(Any other) |
Any |
minus(double other) |
Any |
mod(Any other) |
Any |
mod(double other) |
Any |
negative() |
Any |
plus(Any other) |
Any |
plus(double other) |
Any |
pow(Any other) |
Any |
pow(double other) |
Any |
rangeTo(Any other) |
Any |
set(Any other) |
Any |
times(Any other) |
Any |
times(double other) |
java.lang.Object |
toNative() |
java.lang.String |
toString() |
public Variable(Any value)
public boolean isNativeObject()
isNativeObject in interface Anypublic Any greaterThan(Any other)
greaterThan in interface Anypublic java.lang.String toString()
toString in class java.lang.Object