|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.uned.compiler.semantic.type.TypeBase
compiler.semantic.type.TypeProcedure
public class TypeProcedure
Clase que representa un tipo procedimiento. Ha de ser implementada por el estudiante
Constructor Summary | |
---|---|
TypeProcedure(ScopeIF scope)
Constructor for TypeBase. |
|
TypeProcedure(ScopeIF scope,
java.lang.String name)
Constructor for TypeBase. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Compares this object with another one. |
int |
hashCode()
Returns a hash code for the object. |
java.lang.String |
toString()
Return a string representing the object. |
Methods inherited from class es.uned.compiler.semantic.type.TypeBase |
---|
getName, getScope, setName, setScope |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TypeProcedure(ScopeIF scope)
scope
- The scope.public TypeProcedure(ScopeIF scope, java.lang.String name)
scope
- The scopename
- The name.Method Detail |
---|
public boolean equals(java.lang.Object other)
equals
in class TypeBase
other
- the other object.
public int hashCode()
hashCode
in class TypeBase
public java.lang.String toString()
toString
in class TypeBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |