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