All Classes and Interfaces
Classes
Class
Description
Macros defined in static inner classes that some way camel case the input.
Converts the input into Cstyle variable name.
Camel case the input starting with a lower case letter.
Converts a camel cased word into a sentence.
Camel case the input starting with an upper case letter.
Macros defined in static inner classes that change the casing of the input.
Capitalizes the input.
Decapitalizes the input.
Converts the argument of the macro to all characters lower case.
Converts the argument of the macro to all characters upper case.
Read the content of a file and return the content of the file.
Get an indexed element from a string table.
Macros defined in static inner classes that some way help handling regular expressions.
Match a string against a regular expression.
This macro splits the input into three parts using
InputHandler.getParts(Input) and then returns
part[0].replaceAll(part[2], part[3])}Number the lines of the input.
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.
Utility class to fetch the value of a user defined macro.
This macro removes all the lines that start with
// from the input.