org.siebengeisslein.pclass
Interface HasType

All Known Implementing Classes:
CastExpression, ClassExpression, ConstructorInvocation, PDeclaredMethodParameter, PLocalVariable, PMigrationVariable, ThisVariable

public interface HasType


Method Summary
 PType getType()
           
 TypeManager getTypeManager()
           
 void setType(PType type)
           
 

Method Detail

getType

PType getType()

setType

void setType(PType type)

getTypeManager

TypeManager getTypeManager()