Package gw.lang.parser
Class IScriptPartId
- java.lang.Object
-
- gw.lang.parser.IScriptPartId
-
- Direct Known Subclasses:
ScriptPartId,TypelessScriptPartId
public abstract class IScriptPartId extends Object
-
-
Constructor Summary
Constructors Constructor Description IScriptPartId()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ITypegetContainingType()abstract StringgetContainingTypeName()abstract StringgetId()abstract IGosuClassgetRuntimeType()abstract voidsetRuntimeType(IGosuClass runtimeType)abstract StringtoString()
-
-
-
Method Detail
-
getContainingType
public abstract IType getContainingType()
- Returns:
- The type that contains this part.
-
getContainingTypeName
public abstract String getContainingTypeName()
- Returns:
- The name of the type that contains this part.
-
getId
public abstract String getId()
- Returns:
- An id that distinguishes this part from other parts in the containing type.
-
setRuntimeType
public abstract void setRuntimeType(IGosuClass runtimeType)
-
getRuntimeType
public abstract IGosuClass getRuntimeType()
-
-