Interface Visitable<T>
- Record Components:
T
- the parameterized type of the visitor to accept. This should be the base type of the objects being visited.
- All Known Implementing Classes:
AlignmentMarker
,CompoundPhone
,CompoundWordMarker
,Contraction
,Diacritic
,IntonationGroup
,IntraWordPause
,IPAElement
,IPATranscript
,Linker
,Orthography
,Participants
,Pause
,Phone
,PhoneticGroupMarker
,PhonexMatcherReference
,Records
,Sandhi
,ScriptParameters
,StressMarker
,SyllableBoundary
,TierData
,TierDescriptions
,Transcribers
,Transcript
,WordBoundary
public interface Visitable<T>
Interface for classes which wish to implement the visitor
pattern.
-
Method Summary
-
Method Details
-
accept
-