Package gw.internal.gosu.parser
Interface ExtendedTypeDataFactory
-
public interface ExtendedTypeDataFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtendedTypeData
newPropertyData(IJavaType type, String name)
Creates a new instance of a property extension for a property with the given name.ExtendedTypeData
newTypeData(String name)
Creates a new instance of a type extension for the type with the given name.
-
-
-
Method Detail
-
newTypeData
ExtendedTypeData newTypeData(String name)
Creates a new instance of a type extension for the type with the given name.- Parameters:
name
- the name of the type
-
newPropertyData
ExtendedTypeData newPropertyData(IJavaType type, String name)
Creates a new instance of a property extension for a property with the given name.- Parameters:
type
- the typename
- the name of the property
-
-