Uses of Enum Class
ca.phon.cvseq.CVSeqType
Packages that use CVSeqType
-
Uses of CVSeqType in ca.phon.cvseq
Methods in ca.phon.cvseq that return CVSeqTypeModifier and TypeMethodDescriptionstatic CVSeqType
CVSeqType.matcherFromImage
(char img, boolean ignoreCase) static CVSeqType
Returns the enum constant of this class with the specified name.static CVSeqType[]
CVSeqType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.cvseq that return types with arguments of type CVSeqTypeMethods in ca.phon.cvseq with parameters of type CVSeqTypeModifier and TypeMethodDescriptionstatic char
boolean
Method parameters in ca.phon.cvseq with type arguments of type CVSeqTypeModifier and TypeMethodDescriptionCVSeqPattern.findRanges
(List<CVSeqType> stTypes) boolean
CVSeqPattern.findWithin
(List<CVSeqType> stTypes) boolean
Constructor parameters in ca.phon.cvseq with type arguments of type CVSeqTypeModifierConstructorDescriptionprotected
CVSeqPattern
(SimpleFSA<CVSeqType> fsa, String matcherString) -
Uses of CVSeqType in ca.phon.cvseq.fsa
Methods in ca.phon.cvseq.fsa that return CVSeqTypeMethods in ca.phon.cvseq.fsa that return types with arguments of type CVSeqTypeModifier and TypeMethodDescriptionMethods in ca.phon.cvseq.fsa with parameters of type CVSeqTypeMethod parameters in ca.phon.cvseq.fsa with type arguments of type CVSeqTypeModifier and TypeMethodDescriptionboolean
Constructors in ca.phon.cvseq.fsa with parameters of type CVSeqType