|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.ksu.cis.projects.bogor.type.Type
edu.ksu.cis.projects.bogor.type.NonPrimitiveType
edu.ksu.cis.projects.bogor.type.LockType
public class LockType
Represents the lock type.
| Field Summary |
|---|
| Fields inherited from class edu.ksu.cis.projects.bogor.type.Type |
|---|
hashCode, typeId |
| Method Summary | |
|---|---|
void |
dispose()
Removes references. |
boolean |
equals(Object o)
Checks whether this object is equal to another object. |
ASTType |
toASTType()
Get a newly constructed (unowned) syntax tree node suitable for declaring this type statically. |
String |
toString()
Returns the string representation of this object. |
| Methods inherited from class edu.ksu.cis.projects.bogor.type.Type |
|---|
getTypeId, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public void dispose()
public boolean equals(Object o)
equals in class Objecto - Another object to check equality to.
public String toString()
toString in class Objectpublic ASTType toASTType()
toASTType in class Typenull if the type is undeclarable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||