Built-In Object Type: All

(MORE DESCRIPTION TO COME.)
Methods:
NameArgumentsDescription
isA
typeName
Checks the typeName against the type name of this object, and returns true if they are compatible.
isArray
  Returns true for arrays, linked lists and Java arrays.
isDate
  Returns true for date values and Java object of java.util.Date.
isFloat
isDouble
  Returnes true if this value is a floating-point number. This also includes any integer types plus Java objects of java.lang.Float and java.lang.Double.
isFunction
  Returns true if this value is a function reference.
isInt
isInteger
  Returnes true if this value is an integer. This includes integer, boolean and date. Java primitive-type objects except for java.lang.Float and java.lang.Double are also integers.
isJava
  Returns true for Java objects, arrays and class instances.
isNumber
  Same as isFloat().
isQueue
  Returns true for queue .
isSet
  Returns true for sets. It returns false for Java objects of java.util.Set.
isStack
  Returns true for stack .
isString
  Returns true for string values and Java object of java.lang.String.
isStruct
  Returns true for struct , orderedMap , sortedMap , treeNode and all user-defined classes.
toString
  Returns a string representation of this value. User-defined classes can override this method.
typeName
  Returns the type name for this value.