Uses of Interface
nts.interf.base.IType

Packages that use IType
nts.interf.base   
 

Uses of IType in nts.interf.base
 

Methods in nts.interf.base that return IType
 IType IVarTableEntry.type()
           
 IType IExpr.type()
           
 

Methods in nts.interf.base with parameters of type IType
 void IVisitor.visit(IType e)