Class PBXContainerItem
- java.lang.Object
-
- com.facebook.buck.apple.xcode.xcodeproj.PBXObject
-
- com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItem
-
- Direct Known Subclasses:
PBXContainerItemProxy
,PBXProjectItem
,PBXReference
public abstract class PBXContainerItem extends PBXObject
Superclass in Xcode's object hierarchy, has no non-structural functionality here.
-
-
Constructor Summary
Constructors Constructor Description PBXContainerItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
isa()
void
serializeInto(XcodeprojSerializer s)
Populates the serializer with the fields of this object.-
Methods inherited from class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
generateGid, getGlobalID, setGlobalID, stableHash, toString
-
-
-
-
Method Detail
-
isa
public String isa()
-
serializeInto
public void serializeInto(XcodeprojSerializer s)
Description copied from class:PBXObject
Populates the serializer with the fields of this object.- Overrides:
serializeInto
in classPBXObject
-
-