Class IScriptPartId

java.lang.Object
gw.lang.parser.IScriptPartId
Direct Known Subclasses:
ScriptPartId, TypelessScriptPartId

public abstract class IScriptPartId extends Object
  • Constructor Details

    • IScriptPartId

      public IScriptPartId()
  • Method Details

    • getContainingType

      public abstract IType getContainingType()
      Returns:
      The type that contains this part.
    • getContainingTypeName

      public abstract String getContainingTypeName()
      Returns:
      The name of the type that contains this part.
    • getId

      public abstract String getId()
      Returns:
      An id that distinguishes this part from other parts in the containing type.
    • toString

      public abstract String toString()
      Overrides:
      toString in class Object
    • setRuntimeType

      public abstract void setRuntimeType(IGosuClass runtimeType)
    • getRuntimeType

      public abstract IGosuClass getRuntimeType()