Uses of Class
gw.internal.gosu.parser.ExtendedTypeData
-
Packages that use ExtendedTypeData Package Description gw.internal.gosu.parser -
-
Uses of ExtendedTypeData in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return ExtendedTypeData Modifier and Type Method Description static ExtendedTypeDataExtendedTypeData. newInstance(java.lang.Object data, java.lang.Class<?> extensionInterface)ExtendedTypeDataExtendedTypeDataFactory. newPropertyData(IJavaType type, java.lang.String name)Creates a new instance of a property extension for a property with the given name.ExtendedTypeDataExtendedTypeDataFactory. newTypeData(java.lang.String name)Creates a new instance of a type extension for the type with the given name.
-