Uses of Class
com.dd.plist.ParsedObjectStack
-
-
Uses of ParsedObjectStack in com.dd.plist
Fields in com.dd.plist declared as ParsedObjectStack Modifier and Type Field Description private ParsedObjectStackParsedObjectStack. parentMethods in com.dd.plist that return ParsedObjectStack Modifier and Type Method Description static ParsedObjectStackParsedObjectStack. empty()Creates a new stack containing only the specified object identifier.ParsedObjectStackParsedObjectStack. push(int obj)Tries to push the specified object identifier onto the stack, checking that it is not already on the stack.Methods in com.dd.plist with parameters of type ParsedObjectStack Modifier and Type Method Description private NSArrayBinaryPropertyListParser. parseArray(int offset, int objInfo, ParsedObjectStack stack)private NSDictionaryBinaryPropertyListParser. parseDictionary(int offset, int objInfo, ParsedObjectStack stack)private NSObjectBinaryPropertyListParser. parseObject(ParsedObjectStack stack, int obj)Parses an object inside the currently parsed binary property list.private NSSetBinaryPropertyListParser. parseSet(int offset, int objInfo, boolean ordered, ParsedObjectStack stack)Constructors in com.dd.plist with parameters of type ParsedObjectStack Constructor Description ParsedObjectStack(ParsedObjectStack parent, int object)
-