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.Prefix
ExecutionIndex. getPrefixOfSuffix(ExecutionIndex.Suffix suffix)
Methods in edu.berkeley.cs.jqf.fuzz.ei with parameters of type ExecutionIndex.Prefix Modifier and Type Method Description ExecutionIndex.Suffix
ExecutionIndex. getSuffixOfPrefix(ExecutionIndex.Prefix prefix)
boolean
ExecutionIndex. 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)
-