tomp.xml.type
Interface TypeContext

All Known Implementing Classes:
TypeContextImpl

public interface TypeContext


Method Summary
 TypeContext getParent()
           
 boolean matches(TypeContext c)
           
 

Method Detail

matches

public boolean matches(TypeContext c)

getParent

public TypeContext getParent()