Uses of Interface
javax0.jamal.api.Input
-
-
Uses of Input in javax0.jamal.api
Methods in javax0.jamal.api that return Input Modifier and Type Method Description default Input
Input. append(java.lang.Object obj)
default Input
Input. delete(int start, int end)
Methods in javax0.jamal.api with parameters of type Input Modifier and Type Method Description java.lang.String
Macro. evaluate(Input in, Processor processor)
java.lang.String
Processor. process(Input in)
-