writer2latex.latex.i18n
Class ReplacementTrieNode

java.lang.Object
  extended by writer2latex.latex.i18n.ReplacementTrieNode
Direct Known Subclasses:
ReplacementTrie

public class ReplacementTrieNode
extends java.lang.Object

This class contains a node in a trie of string -> LaTeX code replacements


Constructor Summary
ReplacementTrieNode(char cLetter, int nInputLength)
           
 
Method Summary
 int getFontencs()
           
 int getInputLength()
           
 java.lang.String getLaTeXCode()
           
 char getLetter()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReplacementTrieNode

public ReplacementTrieNode(char cLetter,
                           int nInputLength)
Method Detail

getLetter

public char getLetter()

getInputLength

public int getInputLength()

getLaTeXCode

public java.lang.String getLaTeXCode()

getFontencs

public int getFontencs()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object