antlraux package
v0.2.1

antlraux.context.types
Interface HeritableType

All Superinterfaces:
Type
All Known Subinterfaces:
SimpleInheritanceType
All Known Implementing Classes:
ClassType

public interface HeritableType
extends Type

This is a very simple interface that modelizes the "isA" relationship


Field Summary
 
Fields inherited from interface antlraux.context.types.Type
DEFAULT_NAME, DEFAULT_TAG
 
Method Summary
 boolean isA(HeritableType type)
           
 
Methods inherited from interface antlraux.context.types.Type
equals, getName, getTag, setName, setTag, toString
 

Method Detail

isA

public boolean isA(HeritableType type)

antlraux package
v0.2.1

Created by Enrique José García Cota