gov.llnl.babel.ast
Interface INameable

All Known Implementing Classes:
Argument, Assertion, AttributedType, ClassType, Enumeration, EnumItem, Extendable, FromClause, InterfaceType, Method, NamedType, Package, StructItem, StructType

public interface INameable


Method Summary
 Name getName()
           
 void setName(Name name)
           
 

Method Detail

getName

Name getName()

setName

void setName(Name name)