Uses of Interface
ca.phon.orthography.OrthoElement
-
Uses of OrthoElement in ca.phon.app.ipalookup
Modifier and TypeMethodDescriptionvoid
OrthoLookupVisitor.fallbackVisit
(OrthoElement obj) void
OrthoLookupVisitor.visit
(OrthoElement ele) -
Uses of OrthoElement in ca.phon.app.session.editor.view.common
Modifier and TypeMethodDescriptionvoid
OrthoGroupField.HighlightVisitor.fallbackVisit
(OrthoElement obj) -
Uses of OrthoElement in ca.phon.app.session.editor.view.ipa_lookup
Modifier and TypeMethodDescriptionvoid
OptionBoxVisitior.fallbackVisit
(OrthoElement obj) void
WordLookupVisitor.fallbackVisit
(OrthoElement obj) -
Uses of OrthoElement in ca.phon.orthography
Modifier and TypeClassDescriptionclass
Abstract implementation ofOrthoElement
implementing extension support.class
Comment with syntax type:data type is optionalclass
An event written in-line with orthography.class
Represents punctuation and syntax elements.class
A word in an orthographic phrase.class
Two words joined by a marker.Modifier and TypeMethodDescriptionOrthography.elementAt
(int idx) OrthographyBuilder.elementAt
(int idx) Modifier and TypeMethodDescriptionOrthoWordExtractor.getWordList()
Orthography.iterator()
Orthography.toList()
Modifier and TypeMethodDescriptionOrthographyBuilder.append
(OrthoElement ele) void
OrthoWordExtractor.fallbackVisit
(OrthoElement obj) int
Orthography.indexOf
(OrthoElement ele) -
Uses of OrthoElement in ca.phon.phontalk.parser
-
Uses of OrthoElement in ca.phon.session
-
Uses of OrthoElement in ca.phon.session.alignedMorphemes
Modifier and TypeMethodDescriptionOrthographyMorphemeVisitor.getMorphemes()
AlignedMorpheme.getOrthography()
MorphemeParser.parseOrthography
(OrthoElement orthoEle) Parse the given orthography into a list of morphemes.Modifier and TypeMethodDescriptionvoid
OrthographyMorphemeVisitor.fallbackVisit
(OrthoElement obj) MorphemeParser.parseOrthography
(OrthoElement orthoEle) Parse the given orthography into a list of morphemes. -
Uses of OrthoElement in ca.phon.session.io.xml.v12
-
Uses of OrthoElement in ca.phon.session.io.xml.v13