org.objectweb.fractal.adl.interfaces

Interface InterfaceContainer

public interface InterfaceContainer

An AST node interface for nodes that can contain interfaces.

Method Summary

void
addInterface(Interface arg)
Interface[]
getInterfaces()
void
removeInterface(Interface arg)

Method Details

addInterface

public void addInterface(Interface arg)


getInterfaces

public Interface[] getInterfaces()


removeInterface

public void removeInterface(Interface arg)