Uses of Interface
org.jrubyparser.util.diff.IsJunk

Packages that use IsJunk
org.jrubyparser.util.diff   
 

Uses of IsJunk in org.jrubyparser.util.diff
 

Fields in org.jrubyparser.util.diff declared as IsJunk
protected  IsJunk SequenceMatcher.isJunk
           
protected  IsJunk NodeDiff.isJunk
           
 

Constructors in org.jrubyparser.util.diff with parameters of type IsJunk
NodeDiff(Node newNode, Node oldNode, IsJunk isJunk)
          Create a NodeDiff object without passing in the Strings that the nodes were parsed from.
NodeDiff(Node newNode, String newDocument, Node oldNode, String oldDocument, IsJunk isJunk)
          Create a NodeDiff object by passing in both the Nodes to be diffed as well as the Strings they were parsed from.
SequenceMatcher(Node newNode, Node oldNode, IsJunk isJunk)
          SequenceMatcher compares two nodes for matching nodes.
 



Copyright © 2013. All Rights Reserved.