Uses of Class
net.oijon.osca.Category
-
Packages that use Category Package Description net.oijon.osca net.oijon.osca contains all of the major components of OSCA. -
-
Uses of Category in net.oijon.osca
Fields in net.oijon.osca declared as Category Modifier and Type Field Description static CategoryCategory. WHITESPACEMethod parameters in net.oijon.osca with type arguments of type Category Modifier and Type Method Description static java.util.ArrayList<java.lang.String>Category. generateMatchesFromCategoryList(java.util.ArrayList<Category> categories, java.lang.String input)Generates all possible strings that could match an input given a list of categoriesConstructor parameters in net.oijon.osca with type arguments of type Category Constructor Description Rule(java.lang.String target, java.lang.String replacement, java.lang.String environment, java.lang.String exception, java.util.ArrayList<Category> categories)Creates a rule with a given target, replacement, environment, and exception, along with a list of categoriesRule(java.lang.String target, java.lang.String replacement, java.lang.String environment, java.util.ArrayList<Category> categories)Creates a rule with a given target, replacement, and environment, along with a category listRule(java.lang.String ruleStr, java.util.ArrayList<Category> categories)Creates a rule based on an input string and a list of categories
-