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 ExtendedTypeData
ExtendedTypeData. newInstance(Object data, Class<?> extensionInterface)
ExtendedTypeData
ExtendedTypeDataFactory. newPropertyData(IJavaType type, String name)
Creates a new instance of a property extension for a property with the given name.ExtendedTypeData
ExtendedTypeDataFactory. newTypeData(String name)
Creates a new instance of a type extension for the type with the given name.
-