- readList(Scanner) - Static method in class bjc.replpair.ReplPair
-
Read a list of replacement pairs from an input source.
- readList(List<ReplPair>, Scanner) - Static method in class bjc.replpair.ReplPair
-
Read a list of replacement pairs from an input source, adding them to
an existing list.
- readList(List<ReplPair>, Scanner, List<ReplError>) - Static method in class bjc.replpair.ReplPair
-
Read a list of replacement pairs from an input source, adding them to
an existing list.
- readList(List<ReplPair>, Scanner, List<ReplError>, ReplOpts) - Static method in class bjc.replpair.ReplPair
-
- replace - Variable in class bjc.replpair.ReplPair
-
The string to replace it with.
- ReplError - Class in bjc.replpair
-
Represents an error encountered parsing ReplPairs
- ReplError(int, int, String, String) - Constructor for class bjc.replpair.ReplError
-
Create a new ReplPair parse error.
- ReplOpts - Class in bjc.replpair
-
Options for processing ReplPairs.
- ReplOpts() - Constructor for class bjc.replpair.ReplOpts
-
Create a default set of options.
- ReplOpts(int, int, boolean, StageStatus, boolean) - Constructor for class bjc.replpair.ReplOpts
-
Create a new set of repl.
- ReplPair - Class in bjc.replpair
-
String pairs for replacements.
- ReplPair() - Constructor for class bjc.replpair.ReplPair
-
Create a new blank replacement pair.
- ReplPair(String, String) - Constructor for class bjc.replpair.ReplPair
-
Create a new replacement pair with a priority of 1.
- ReplPair(String, String, String) - Constructor for class bjc.replpair.ReplPair
-
Create a new named replacement pair with a priority of 1.
- ReplPair(String, String, int) - Constructor for class bjc.replpair.ReplPair
-
Create a new replacement pair with a set priority.
- ReplPair(String, String, int, String) - Constructor for class bjc.replpair.ReplPair
-
Create a new replacement pair with a set priority and name.