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