Uses of Class
ca.phon.orthography.CompoundWordMarker
Packages that use CompoundWordMarker
Package
Description
-
Uses of CompoundWordMarker in ca.phon.app.session.editor.view.transcript
Methods in ca.phon.app.session.editor.view.transcript with parameters of type CompoundWordMarkerModifier and TypeMethodDescriptionvoidTranscriptOrthographyVisitors.WordElementVisitor.visitCompoundWordMarker(CompoundWordMarker compoundWordMarker) -
Uses of CompoundWordMarker in ca.phon.orthography
Methods in ca.phon.orthography that return CompoundWordMarkerMethods in ca.phon.orthography with parameters of type CompoundWordMarkerModifier and TypeMethodDescriptionvoidAbstractWordElementVisitor.visitCompoundWordMarker(CompoundWordMarker compoundWordMarker) Constructors in ca.phon.orthography with parameters of type CompoundWordMarkerModifierConstructorDescriptionCompoundWord(Langs langs, WordPrefix prefix, WordSuffix suffix, Word word1, Word word2, CompoundWordMarker marker) CompoundWord(Langs langs, List<Replacement> replacements, WordPrefix prefix, WordSuffix suffix, UntranscribedType untranscribedType, Word word1, Word word2, CompoundWordMarker marker) CompoundWord(Langs langs, List<Replacement> replacements, WordPrefix prefix, WordSuffix suffix, Word word1, Word word2, CompoundWordMarker marker) CompoundWord(WordPrefix prefix, WordSuffix suffix, Word word1, Word word2, CompoundWordMarker marker) CompoundWord(Word word1, Word word2, CompoundWordMarker marker) -
Uses of CompoundWordMarker in ca.phon.session.io.xml.v2_0
Methods in ca.phon.session.io.xml.v2_0 with parameters of type CompoundWordMarkerModifier and TypeMethodDescriptionvoidWordElementTwoXmlVisitor.visitCompoundWordMarker(CompoundWordMarker compoundWordMarker) -
Uses of CompoundWordMarker in ca.phon.session.io.xml.v2_1
Methods in ca.phon.session.io.xml.v2_1 with parameters of type CompoundWordMarkerModifier and TypeMethodDescriptionvoidWordElementTwoXmlVisitor.visitCompoundWordMarker(CompoundWordMarker compoundWordMarker)