|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.type.UnresolvedType
public class UnresolvedType
Unresolved type.
Field Summary | |
---|---|
static UnresolvedType |
NO_NAME
Unresolved type with unknown name. |
Constructor Summary | |
---|---|
UnresolvedType(java.lang.String identifier)
Creates an unresolved type. |
Method Summary | |
---|---|
java.lang.String |
getIdentifier()
Returns the identifier of this type. |
void |
setIdentifier(java.lang.String identifier)
Sets the identifier of this type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final UnresolvedType NO_NAME
Constructor Detail |
---|
public UnresolvedType(java.lang.String identifier)
identifier
- the identifierMethod Detail |
---|
public void setIdentifier(java.lang.String identifier)
identifier
- the identifierpublic java.lang.String getIdentifier()
getIdentifier
in interface NamedEntity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |