Uses of Class
edu.berkeley.cs.jqf.fuzz.ei.ExecutionIndex.Suffix
-
Packages that use ExecutionIndex.Suffix Package Description edu.berkeley.cs.jqf.fuzz.ei -
-
Uses of ExecutionIndex.Suffix in edu.berkeley.cs.jqf.fuzz.ei
Methods in edu.berkeley.cs.jqf.fuzz.ei that return ExecutionIndex.Suffix Modifier and Type Method Description ExecutionIndex.Suffix
ExecutionIndex. getCommonSuffix(ExecutionIndex other)
ExecutionIndex.Suffix
ExecutionIndex. getSuffixOfPrefix(ExecutionIndex.Prefix prefix)
Methods in edu.berkeley.cs.jqf.fuzz.ei with parameters of type ExecutionIndex.Suffix Modifier and Type Method Description ExecutionIndex.Prefix
ExecutionIndex. getPrefixOfSuffix(ExecutionIndex.Suffix suffix)
Constructors in edu.berkeley.cs.jqf.fuzz.ei with parameters of type ExecutionIndex.Suffix Constructor Description ExecutionIndex(ExecutionIndex.Prefix prefix, ExecutionIndex.Suffix suffix)
-