Interface IJavaTypeReference

All Superinterfaces:
IJavaElement, IJavaExpression

@Ser public interface IJavaTypeReference extends IJavaExpression
Java AST interface to represent a type reference. Type references are used in 'instanceof' expressions.

Example:

 if(x instanceof SomeType) { ...
                 ^^^^^^^^