Class dstc.kalimantan.inspect.RemoteValueInspector
All Packages Class Hierarchy This Package Previous Next Index
Class dstc.kalimantan.inspect.RemoteValueInspector
java.lang.Object
|
+----dstc.kalimantan.inspect.Inspector
|
+----dstc.kalimantan.inspect.RemoteValueInspector
- public class RemoteValueInspector
- extends Inspector
Inspector for basic RemoteValue objects
- See Also:
- Inspector
-
RemoteValueInspector(Object)
- Constructs a RemoteValueInspector on the object
-
getClassName()
- Returns the name of the target's class
-
getInspector(int)
- This should never be called
-
getNames()
-
Returns an empty array of strings - basic RemoteValue objects
do not have slots to inspect
-
getTarget()
- Returns a string representing the target
-
getValue(int)
- This should never be called
RemoteValueInspector
public RemoteValueInspector(Object t)
- Constructs a RemoteValueInspector on the object
getClassName
public String getClassName()
- Returns the name of the target's class
- Overrides:
- getClassName in class Inspector
getTarget
public String getTarget()
- Returns a string representing the target
- Overrides:
- getTarget in class Inspector
getNames
public String[] getNames()
- Returns an empty array of strings - basic RemoteValue objects
do not have slots to inspect
- Overrides:
- getNames in class Inspector
getValue
public String getValue(int index)
- This should never be called
- Overrides:
- getValue in class Inspector
getInspector
public Inspector getInspector(int index)
- This should never be called
- Overrides:
- getInspector in class Inspector
All Packages Class Hierarchy This Package Previous Next Index