| Package | Description |
|---|---|
| gw.lang.reflect |
| Modifier and Type | Method and Description |
|---|---|
ITypeRef |
ITypeRefFactory.create(IType type) |
ITypeRef |
ITypeRefFactory.get(IType type) |
ITypeRef |
ITypeRefFactory.get(String strTypeName) |
static ITypeRef |
TypeSystem.getOrCreateTypeReference(IType type)
IMPORTANT: The only time you should call this method is:
1) within a class implementing IType, or
2) wrapping a call to a Type constructor, typically within a type loader
e.g., TypeSystem.getOrCreateTypeReference( new MyVeryOwnType() )
Gets or creates a type ref for the specified type.
|
ITypeRef |
ITypeSystem.getOrCreateTypeReference(IType type) |
static ITypeRef |
TypeSystem.getTypeReference(IType type)
IMPORTANT: The only time you should call this method is:
1) wrapping a call to a Type constructor, typically within a type loader
e.g., TypeSystem.getOrCreateTypeReference( new MyVeryOwnType() )
Do NOT call this when creating the type.
|
ITypeRef |
ITypeSystem.getTypeReference(IType type) |
| Modifier and Type | Method and Description |
|---|---|
List<ITypeRef> |
ITypeRefFactory.getSubordinateRefs(String topLevelTypeName) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TypeSystem.refresh(ITypeRef typeRef)
Refresh just the specified type i.e., a gosu editor calls this on changes
|
void |
ITypeSystem.refresh(ITypeRef typeRef) |
Copyright © 2015. All rights reserved.