Package sk.antons.json.impl
Interface JsonGroup
-
- All Known Implementing Classes:
JsonArrayImpl,JsonAttributeImpl,JsonObjectImpl
public interface JsonGroup- Author:
- antons
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisDescendantOf(JsonValue parent)intmemberIndex(JsonMember m)
-
-
-
Method Detail
-
memberIndex
int memberIndex(JsonMember m)
-
isDescendantOf
boolean isDescendantOf(JsonValue parent)
-
-