public interface FunctionContainer
Modifier and Type | Method and Description |
---|---|
default void |
addElement(java.lang.Object elt)
Adds a function.
|
void |
addFunction(GoloFunction func)
Adds a function to this container.
|
default void |
addFunctions(java.util.Collection<GoloFunction> funcs) |
default GoloFunction |
getFunction(GoloFunction function) |
java.util.List<GoloFunction> |
getFunctions() |
PackageAndClass |
getPackageAndClass() |
boolean |
hasFunctions() |
java.util.List<GoloFunction> getFunctions()
void addFunction(GoloFunction func)
default void addElement(java.lang.Object elt)
addFunction(GoloFunction)
PackageAndClass getPackageAndClass()
default void addFunctions(java.util.Collection<GoloFunction> funcs)
default GoloFunction getFunction(GoloFunction function)
boolean hasFunctions()