Package gw.lang.parser
Class ScriptPartId
java.lang.Object
gw.lang.parser.IScriptPartId
gw.lang.parser.ScriptPartId
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IGosuClass
private final String
private final IType
private final String
-
Constructor Summary
ConstructorsConstructorDescriptionScriptPartId
(IType type, String strPartId) ScriptPartId
(String strFqType, String strPartId) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
int
hashCode()
void
setRuntimeType
(IGosuClass runtimeType) toString()
-
Field Details
-
_type
-
_strPartId
-
_typeName
-
_runtimeType
-
-
Constructor Details
-
ScriptPartId
-
ScriptPartId
-
-
Method Details
-
setRuntimeType
- Specified by:
setRuntimeType
in classIScriptPartId
-
getRuntimeType
- Specified by:
getRuntimeType
in classIScriptPartId
-
getContainingTypeName
- Specified by:
getContainingTypeName
in classIScriptPartId
- Returns:
- The name of the type that contains this part.
-
getContainingType
- Specified by:
getContainingType
in classIScriptPartId
- Returns:
- The type that contains this part.
-
getId
- Specified by:
getId
in classIScriptPartId
- Returns:
- An id that distinguishes this part from other parts in the containing type.
-
toString
- Specified by:
toString
in classIScriptPartId
-
equals
-
hashCode
public int hashCode()
-