C D E F G J N O P S T U 
All Classes All Packages

C

close() - Method in class javax0.jamal.engine.Delimiters
 

D

Delimiters - Class in javax0.jamal.engine
 
Delimiters() - Constructor for class javax0.jamal.engine.Delimiters
 

E

evaluate(String...) - Method in class javax0.jamal.engine.ScriptMacro
Evaluate the content of the user defined macro using the actual values for the parameter values.
evaluate(String...) - Method in class javax0.jamal.engine.UserDefinedMacro
Evaluate the content of the user defined macro using the actual values for the parameter values.
expectedNumberOfArguments() - Method in class javax0.jamal.engine.ScriptMacro
 
expectedNumberOfArguments() - Method in class javax0.jamal.engine.UserDefinedMacro
 

F

format(String, Map<String, String>) - Static method in class javax0.jamal.Format
A simple formatting wrapper that formats a string using macros that are provided in a Map.
Format - Class in javax0.jamal
 
Format() - Constructor for class javax0.jamal.Format
 

G

getId() - Method in class javax0.jamal.engine.ScriptMacro
Get the name / identifier of the user defined macro.
getId() - Method in class javax0.jamal.engine.UserDefinedMacro
Get the name / identifier of the user defined macro.
getRegister() - Method in class javax0.jamal.engine.Processor
 

J

jamal.engine - module jamal.engine
 
javax0.jamal - package javax0.jamal
 
javax0.jamal.engine - package javax0.jamal.engine
 

N

newScriptMacro(String, String, String, String...) - Method in class javax0.jamal.engine.Processor
 
newUserDefinedMacro(String, String, String...) - Method in class javax0.jamal.engine.Processor
 

O

open() - Method in class javax0.jamal.engine.Delimiters
 

P

process(Input) - Method in class javax0.jamal.engine.Processor
 
Processor - Class in javax0.jamal.engine
 
Processor() - Constructor for class javax0.jamal.engine.Processor
Complimentary constructor that creates a processor with the conventional separators: "{" and "}".
Processor(String, String) - Constructor for class javax0.jamal.engine.Processor
Create a new Processor that can be used to process macros.

S

ScriptMacro - Class in javax0.jamal.engine
Stores the information about a user defined macro and can also evaluate it using actual parameter string values.
ScriptMacro(Processor, String, String, String, String...) - Constructor for class javax0.jamal.engine.ScriptMacro
Creates a new user defined macro.
separators(String, String) - Method in class javax0.jamal.engine.Delimiters
 

T

toString() - Method in class javax0.jamal.engine.Delimiters
 

U

UserDefinedMacro - Class in javax0.jamal.engine
Stores the information about a user defined macro and can also evaluate it using actual parameter string values.
UserDefinedMacro(Processor, String, String, String...) - Constructor for class javax0.jamal.engine.UserDefinedMacro
Creates a new user defined macro.
C D E F G J N O P S T U 
All Classes All Packages