org.joni
Class OptAnchorInfo
java.lang.Object
org.joni.OptAnchorInfo
- All Implemented Interfaces:
- AnchorType
final class OptAnchorInfo
- extends Object
- implements AnchorType
| Fields inherited from interface org.joni.constants.AnchorType |
ALLOWED_IN_LB, ALLOWED_IN_LB_NOT, ANYCHAR_STAR, ANYCHAR_STAR_MASK, ANYCHAR_STAR_ML, BEGIN_BUF, BEGIN_LINE, BEGIN_POSITION, END_BUF, END_BUF_MASK, END_LINE, LOOK_BEHIND, LOOK_BEHIND_NOT, NOT_WORD_BOUND, PREC_READ, PREC_READ_NOT, SEMI_END_BUF, WORD_BEGIN, WORD_BOUND, WORD_END |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
leftAnchor
int leftAnchor
rightAnchor
int rightAnchor
OptAnchorInfo
OptAnchorInfo()
clear
void clear()
copy
void copy(OptAnchorInfo other)
concat
void concat(OptAnchorInfo left,
OptAnchorInfo right,
int leftLength,
int rightLength)
isSet
boolean isSet(int anchor)
add
void add(int anchor)
remove
void remove(int anchor)
altMerge
void altMerge(OptAnchorInfo other)
isLeftAnchor
static boolean isLeftAnchor(int anchor)
anchorToString
static String anchorToString(int anchor)
Copyright © 2013. All Rights Reserved.