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 booleanequals(Object o)ITypegetContainingType()StringgetContainingTypeName()StringgetId()IGosuClassgetRuntimeType()inthashCode()voidsetRuntimeType(IGosuClass runtimeType)StringtoString()
-
-
-
Constructor Detail
-
TypelessScriptPartId
public TypelessScriptPartId(String strPartId)
-
-
Method Detail
-
getContainingType
public IType getContainingType()
- Specified by:
getContainingTypein classIScriptPartId- Returns:
- The type that contains this part.
-
getId
public String getId()
- Specified by:
getIdin classIScriptPartId- Returns:
- An id that distinguishes this part from other parts in the containing type.
-
toString
public String toString()
- Specified by:
toStringin classIScriptPartId
-
getContainingTypeName
public String getContainingTypeName()
- Specified by:
getContainingTypeNamein classIScriptPartId- Returns:
- The name of the type that contains this part.
-
setRuntimeType
public void setRuntimeType(IGosuClass runtimeType)
- Specified by:
setRuntimeTypein classIScriptPartId
-
getRuntimeType
public IGosuClass getRuntimeType()
- Specified by:
getRuntimeTypein classIScriptPartId
-
-