public abstract class TypePointerBase<T extends PsiType> extends java.lang.Object implements SmartTypePointer
Constructor and Description |
---|
TypePointerBase(T type) |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
calcType() |
T |
getType() |
public TypePointerBase(T type)
public T getType()
getType
in interface SmartTypePointer
protected abstract T calcType()