Package gw.internal.gosu.parser
Class AbstractExtendedProperty
- java.lang.Object
-
- gw.internal.gosu.parser.AbstractExtendedProperty
-
public abstract class AbstractExtendedProperty extends Object
Base class for extended Java properties. NOTE: The structure of this class is tightly coupled to the generation of bytecode inJavaTypeExtensions
. Please do not change it without understanding the associated changes that may be required in the generated bytecode.- See Also:
JavaTypeExtensions
-
-
Field Summary
Fields Modifier and Type Field Description protected IJavaPropertyInfo
_primary
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractExtendedProperty(IJavaPropertyInfo primary)
-
-
-
Field Detail
-
_primary
protected final IJavaPropertyInfo _primary
-
-
Constructor Detail
-
AbstractExtendedProperty
protected AbstractExtendedProperty(IJavaPropertyInfo primary)
-
-