public interface TypeMirror
Types may be compared using the utility methods in
Types.
There is no guarantee that any particular type will
always be represented by the same object.
Declaration,
Types| Modifier and Type | Method and Description |
|---|---|
void |
accept(TypeVisitor v)
Applies a visitor to this type.
|
boolean |
equals(java.lang.Object obj)
Tests whether two types represent the same type.
|
java.lang.String |
toString()
Returns a string representation of this type.
|
java.lang.String toString()
toString in class java.lang.Objectboolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the object to be compared with this typevoid accept(TypeVisitor v)
v - the visitor operating on this typeCopyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved