Package gw.lang.parser
Class TypelessScriptPartId
- java.lang.Object
-
- gw.lang.parser.IScriptPartId
-
- gw.lang.parser.TypelessScriptPartId
-
public class TypelessScriptPartId extends IScriptPartId
-
-
Constructor Summary
Constructors Constructor Description TypelessScriptPartId(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()
-
-
-
Constructor Detail
-
TypelessScriptPartId
public TypelessScriptPartId(String strPartId)
-
-
Method Detail
-
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
-
getContainingTypeName
public String getContainingTypeName()
- Specified by:
getContainingTypeName
in classIScriptPartId
- Returns:
- The name of the type that contains this part.
-
setRuntimeType
public void setRuntimeType(IGosuClass runtimeType)
- Specified by:
setRuntimeType
in classIScriptPartId
-
getRuntimeType
public IGosuClass getRuntimeType()
- Specified by:
getRuntimeType
in classIScriptPartId
-
-