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 booleanequals(Object o)ITypegetContainingType()StringgetContainingTypeName()StringgetId()IGosuClassgetRuntimeType()inthashCode()voidsetRuntimeType(IGosuClass runtimeType)StringtoString()
-
-
-
Method Detail
-
setRuntimeType
public void setRuntimeType(IGosuClass runtimeType)
- Specified by:
setRuntimeTypein classIScriptPartId
-
getRuntimeType
public IGosuClass getRuntimeType()
- Specified by:
getRuntimeTypein classIScriptPartId
-
getContainingTypeName
public String getContainingTypeName()
- Specified by:
getContainingTypeNamein classIScriptPartId- Returns:
- The name of the type that contains this part.
-
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
-
-