Added getLocals().
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5477 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -669,6 +669,14 @@ public class DObject
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns an enumeration over our local attributes.
|
||||||
|
*/
|
||||||
|
public Iterable<Object> getLocals ()
|
||||||
|
{
|
||||||
|
return Arrays.asList(_locattrs);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generates a concise string representation of this object.
|
* Generates a concise string representation of this object.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user