com.aptana.ide.editor.js.environment
Class JSGuessedObject

java.lang.Object
  extended by com.aptana.ide.editor.js.runtime.ObjectBase
      extended by com.aptana.ide.editor.js.runtime.JSObject
          extended by com.aptana.ide.editor.js.environment.JSGuessedObject
All Implemented Interfaces:
IObject, IRange, IDocumentationContainer

public class JSGuessedObject
extends JSObject

Author:
Robin Debreuil

Field Summary
 
Fields inherited from class com.aptana.ide.editor.js.runtime.ObjectBase
NULL, UNDEFINED
 
Constructor Summary
JSGuessedObject(IRange sourceRegion)
          JSGuessedObject
 
Method Summary
 
Methods inherited from class com.aptana.ide.editor.js.runtime.JSObject
getClassName
 
Methods inherited from class com.aptana.ide.editor.js.runtime.ObjectBase
canPut, containsOffset, deletePropertyName, getDocumentation, getEndingOffset, getInstance, getLength, getLocalProperty, getLocalPropertyCount, getLocalPropertyNames, getProperty, getPropertyNames, getPropertyNames, getPropertyValue, getPrototype, getRange, getStartingOffset, hasDocumentation, hasLocalProperty, hasProperty, isEmpty, putLocalProperty, putPropertyValue, putPropertyValue, setDocumentation, setPrototype, unputPropertyName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSGuessedObject

public JSGuessedObject(IRange sourceRegion)
JSGuessedObject

Parameters:
sourceRegion -