org.drools.eclipse.editors
Class DroolsPairMatcher

java.lang.Object
  extended by org.drools.eclipse.editors.DroolsPairMatcher
All Implemented Interfaces:
org.eclipse.jface.text.source.ICharacterPairMatcher

public final class DroolsPairMatcher
extends Object
implements org.eclipse.jface.text.source.ICharacterPairMatcher


Field Summary
 
Fields inherited from interface org.eclipse.jface.text.source.ICharacterPairMatcher
LEFT, RIGHT
 
Constructor Summary
DroolsPairMatcher()
           
 
Method Summary
 void clear()
           
 void dispose()
           
 int getAnchor()
           
 org.eclipse.jface.text.IRegion match(org.eclipse.jface.text.IDocument document, int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DroolsPairMatcher

public DroolsPairMatcher()
Method Detail

match

public org.eclipse.jface.text.IRegion match(org.eclipse.jface.text.IDocument document,
                                            int offset)
Specified by:
match in interface org.eclipse.jface.text.source.ICharacterPairMatcher

getAnchor

public int getAnchor()
Specified by:
getAnchor in interface org.eclipse.jface.text.source.ICharacterPairMatcher

dispose

public void dispose()
Specified by:
dispose in interface org.eclipse.jface.text.source.ICharacterPairMatcher

clear

public void clear()
Specified by:
clear in interface org.eclipse.jface.text.source.ICharacterPairMatcher


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.