Uses of Interface
javax0.jamal.api.Identified
-
-
Uses of Identified in javax0.jamal.api
Subinterfaces of Identified in javax0.jamal.api Modifier and Type Interface Description interface
ScriptMacro
interface
UserDefinedMacro
User defined macros.Methods in javax0.jamal.api with type parameters of type Identified Modifier and Type Method Description <T extends Identified>
java.util.Optional<T>MacroRegister. getUserDefined(java.lang.String id)
Get a user defined macro based on the id of the macro.Methods in javax0.jamal.api with parameters of type Identified Modifier and Type Method Description void
MacroRegister. define(Identified macro)
Define a user defined macro in the current evaluation level.default void
Processor. define(Identified macro)
default void
Processor. defineGlobal(Identified macro)
void
MacroRegister. global(Identified macro)
Define a user defined macro on the global level.
-