Package gw.internal.gosu.parser
Interface ExtendedTypeDataFactory
public interface ExtendedTypeDataFactory
-
Method Summary
Modifier and TypeMethodDescriptionnewPropertyData
(IJavaType type, String name) Creates a new instance of a property extension for a property with the given name.newTypeData
(String name) Creates a new instance of a type extension for the type with the given name.
-
Method Details
-
newTypeData
Creates a new instance of a type extension for the type with the given name.- Parameters:
name
- the name of the type
-
newPropertyData
Creates a new instance of a property extension for a property with the given name.- Parameters:
type
- the typename
- the name of the property
-