Package gw.internal.gosu.parser
Class AbstractExtendedType
- java.lang.Object
-
- gw.internal.gosu.parser.AbstractExtendedType
-
public abstract class AbstractExtendedType extends Object
Base class for extended Java types. 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 IJavaTypeInternal_primary
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractExtendedType(IJavaTypeInternal primary)
-
-
-
Field Detail
-
_primary
protected final IJavaTypeInternal _primary
-
-
Constructor Detail
-
AbstractExtendedType
protected AbstractExtendedType(IJavaTypeInternal primary)
-
-