Skip navigation links
A B C F L M N P R S T V 

A

apply(String) - Method in class bjc.replpair.ReplPair
 

B

bjc.replpair - package bjc.replpair
 

C

compareTo(ReplPair) - Method in class bjc.replpair.ReplPair
 

F

find - Variable in class bjc.replpair.ReplPair
The string to look for.

L

line - Variable in class bjc.replpair.ReplError
The line the error occured on.

M

msg - Variable in class bjc.replpair.ReplError
The message of the error.

N

name - Variable in class bjc.replpair.ReplPair
The name of this replacement.
numPairs - Variable in class bjc.replpair.ReplError
The number of pairs we have processed so far.

P

priority - Variable in class bjc.replpair.ReplPair
The priority for this replacement.

R

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.
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.
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.

S

StageStatus - Enum in bjc.replpair
Possible statuses of pairs with respect to exporting.

T

toString() - Method in class bjc.replpair.ReplError
 
toString() - Method in class bjc.replpair.ReplPair
 
txt - Variable in class bjc.replpair.ReplError
The text of the line we errored on.

V

valueOf(String) - Static method in enum bjc.replpair.StageStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum bjc.replpair.StageStatus
Returns an array containing the constants of this enum type, in the order they are declared.
A B C F L M N P R S T V 
Skip navigation links

Copyright © 2019. All rights reserved.