All Classes

Class Summary 
Class Description
Camel
Macros defined in static inner classes that some way camel case the input.
Camel.CStyle
Converts the input into Cstyle variable name.
Camel.LowCamel
Camel case the input starting with a lower case letter.
Camel.Sentence
Converts a camel cased word into a sentence.
Camel.UppCamel
Camel case the input starting with an upper case letter.
Case
Macros defined in static inner classes that change the casing of the input.
Case.Cap
Capitalizes the input.
Case.Decap
Decapitalizes the input.
Case.Lower
Converts the argument of the macro to all characters lower case.
Case.Upper
Converts the argument of the macro to all characters upper case.
FileMacros  
FileMacros.Read
Read the content of a file and return the content of the file.
FileMacros.Write  
IndexStringTable
Get an indexed element from a string table.
MathMacros  
MathMacros.Const  
MathMacros.Div  
MathMacros.Eq  
MathMacros.Fn  
MathMacros.Ge  
MathMacros.Gt  
MathMacros.Le  
MathMacros.LessThan  
MathMacros.Max  
MathMacros.Min  
MathMacros.Mult  
MathMacros.Plus  
MathMacros.Sub  
Regex
Macros defined in static inner classes that some way help handling regular expressions.
Regex.Matcher
Match a string against a regular expression.
Regex.ReplaceAll
This macro splits the input into three parts using InputHandler.getParts(Input) and then returns part[0].replaceAll(part[2], part[3])}
Snippet  
SnippetMacros  
SnippetMacros.Number
Number the lines of the input.
SnippetMacros.Trim
Take the argument of the macro and removes N spaces from the start of each line so that there is at least one line that does not start with a space character.
UDMacro
Utility class to fetch the value of a user defined macro.