org.drools.eclipse.editors
Class DroolsPairMatcher
java.lang.Object
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
| Fields inherited from interface org.eclipse.jface.text.source.ICharacterPairMatcher |
LEFT, RIGHT |
|
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 |
DroolsPairMatcher
public DroolsPairMatcher()
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.