| com.pnfsoftware.jeb.core.units.code.java.IJavaTypeReference |
Java AST interface to represent a type reference. Type references are used in 'instanceof' expressions.
Example: if(pet instanceof Dog) { ... }
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract IJavaType |
getType()
Get the referenced type.
| ||||||||||
| abstract void |
setType(IJavaType type)
Set the referenced type.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.java.IJavaElement
| |||||||||||