Uses of Class
appli.diff.node

Packages that use node
appli.diff   
 

Uses of node in appli.diff
 

Fields in appli.diff declared as node
(package private)  node node.pleft
           
(package private)  node node.pright
           
(package private) static node node.panchor
           
protected  node[] FileInfo.symbol
           
 

Methods in appli.diff that return node
(package private) static node node.matchsymbol(java.lang.String pline)
          matchsymbol Searches tree for a match to the line.
(package private) static node node.addSymbol(java.lang.String pline, boolean inoldfile, int linenum)
          addSymbol(String pline) - Saves line into the symbol table.