|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.mint.util.JavaTypeReference
public class JavaTypeReference
Default implementation of IJavaTypeReference
.
Clients may instantiate or extend this class.
Constructor Summary | |
---|---|
JavaTypeReference(org.eclipse.jdt.core.IJavaProject context,
String typeName)
Creates an instance referring to the given Java type in the given project context. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
org.eclipse.jdt.core.IJavaProject |
getContext()
Returns the Java project context. |
String |
getTypeName()
Returns the name of the Java type. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JavaTypeReference(org.eclipse.jdt.core.IJavaProject context, String typeName)
context
- project context in which the type should be resolvabletypeName
- name of the Java typeMethod Detail |
---|
public org.eclipse.jdt.core.IJavaProject getContext()
IJavaTypeReference
getContext
in interface IJavaTypeReference
public String getTypeName()
IJavaTypeReference
getTypeName
in interface IJavaTypeReference
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
Copyright 2008 Ecliptical Software Inc. and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |