Scripting API

Home Scripting API Index Class Overview

nlvm.lang

Class Object


public class Object

This is the base-class of the class hierarchy

Constructor Summary

Object()


Method Summary

bool equals(Object obj)
  Returns true if obj is equal with this. It depends on the sub-class how equality is defined.
int hashCode()
  Returns a hash code value for the object. This method is for supporting hash tables.
String toString()
  Returns a string representation of this object


Constructor Detail


Object

public Object()


Method Detail


equals

public bool equals(Object obj)

Returns true if obj is equal with this. It depends on the sub-class how equality is defined.


hashCode

public int hashCode()

Returns a hash code value for the object. This method is for supporting hash tables.

Since:
    2.6.5.7


toString

public String toString()

Returns a string representation of this object