Uses of Class
com.dd.plist.ParsedObjectStack
-
Uses of ParsedObjectStack in com.dd.plist
Fields in com.dd.plist declared as ParsedObjectStackMethods in com.dd.plist that return ParsedObjectStackModifier and TypeMethodDescriptionstatic ParsedObjectStackParsedObjectStack.empty()Creates a new stack containing only the specified object identifier.ParsedObjectStack.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 ParsedObjectStackModifier and TypeMethodDescriptionprivate 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