| Package | com.ericfeminella.debugger |
| Class | public class LocalDebuggerObjectInspector |
| Method | Defined by | ||
|---|---|---|---|
|
inspect(obj:*):void
[static]
Recursively traces an object to the LocalDebugger
| LocalDebuggerObjectInspector | ||
|
simpleType(obj:*):Boolean
[static]
Determines if an object is of simple type
| LocalDebuggerObjectInspector | ||
| inspect | () | method |
public static function inspect(obj:*):voidRecursively traces an object to the LocalDebugger
Parametersobj:* — object ot inspect
|
| simpleType | () | method |
public static function simpleType(obj:*):BooleanDetermines if an object is of simple type
Parametersobj:* — the object to determine type
|
Boolean — true if the object is of simple type, false if not
|