Package gw.lang.parser
Class IScriptPartId
java.lang.Object
gw.lang.parser.IScriptPartId
- Direct Known Subclasses:
ScriptPartId
,TypelessScriptPartId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract IType
abstract String
abstract String
getId()
abstract IGosuClass
abstract void
setRuntimeType
(IGosuClass runtimeType) abstract String
toString()
-
Constructor Details
-
IScriptPartId
public IScriptPartId()
-
-
Method Details
-
getContainingType
- Returns:
- The type that contains this part.
-
getContainingTypeName
- Returns:
- The name of the type that contains this part.
-
getId
- Returns:
- An id that distinguishes this part from other parts in the containing type.
-
toString
-
setRuntimeType
-
getRuntimeType
-