Interface ITypedefReceiver
-
- All Known Implementing Classes:
AbstractResolvableModel,Script,Template
public interface ITypedefReceiverThe interface for a typedef receiver.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddTypedef(Typedef typedef)Adds a typedef.
-
-
-
Method Detail
-
addTypedef
void addTypedef(Typedef typedef)
Adds a typedef.- Parameters:
typedef- the typedef to be added
-
-