org.norecess.citkit.tir.types
Interface INameTTIR

All Superinterfaces:
HobbesTIR, TypeTIR
All Known Implementing Classes:
NameTTIR

public interface INameTTIR
extends TypeTIR


Method Summary
 java.lang.String getName()
          Returns the name of the type.
 ISymbol getSymbol()
          Returns the name of the type as a symbol.
 
Methods inherited from interface org.norecess.citkit.tir.TypeTIR
accept
 
Methods inherited from interface org.norecess.citkit.tir.HobbesTIR
getPosition
 

Method Detail

getName

java.lang.String getName()
Returns the name of the type.

Returns:
the name of the type.

getSymbol

ISymbol getSymbol()
Returns the name of the type as a symbol.

Returns:
the name of the type as a symbol.