Package gw.lang.parser
Class ScriptPartId
- java.lang.Object
-
- gw.lang.parser.IScriptPartId
-
- gw.lang.parser.ScriptPartId
-
public class ScriptPartId extends IScriptPartId
-
-
Constructor Summary
Constructors Constructor Description ScriptPartId(IType type, String strPartId)
ScriptPartId(String strFqType, String strPartId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
IType
getContainingType()
String
getContainingTypeName()
String
getId()
IGosuClass
getRuntimeType()
int
hashCode()
void
setRuntimeType(IGosuClass runtimeType)
String
toString()
-
-
-
Method Detail
-
setRuntimeType
public void setRuntimeType(IGosuClass runtimeType)
- Specified by:
setRuntimeType
in classIScriptPartId
-
getRuntimeType
public IGosuClass getRuntimeType()
- Specified by:
getRuntimeType
in classIScriptPartId
-
getContainingTypeName
public String getContainingTypeName()
- Specified by:
getContainingTypeName
in classIScriptPartId
- Returns:
- The name of the type that contains this part.
-
getContainingType
public IType getContainingType()
- Specified by:
getContainingType
in classIScriptPartId
- Returns:
- The type that contains this part.
-
getId
public String getId()
- Specified by:
getId
in classIScriptPartId
- Returns:
- An id that distinguishes this part from other parts in the containing type.
-
toString
public String toString()
- Specified by:
toString
in classIScriptPartId
-
-