Added getLocals().

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5477 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-10-28 20:25:08 +00:00
parent 6fd2882fa9
commit 826a1a0bcc
@@ -669,6 +669,14 @@ public class DObject
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.
*/