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(Object obj)
Tests whether two types represent the same type.
|
String |
toString()
Returns a string representation of this type.
|
String toString()
boolean equals(Object obj)
void accept(TypeVisitor v)
v - the visitor operating on this type
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.