|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vgrs.xcode.idna.contextualrule.AbstractContextualRule
com.vgrs.xcode.idna.contextualrule.AbstractAllCodePointsNotEvaluated
com.vgrs.xcode.idna.contextualrule.AbstractJoinerCodePointRule
public abstract class AbstractJoinerCodePointRule
Parent class to be inherited by the contextual rules that deal with zero width joiner/non-joiner contextual rules.
| Field Summary |
|---|
| Fields inherited from interface com.vgrs.xcode.idna.contextualrule.ContextualRule |
|---|
ALL_CODE_POINTS_EVALUATED_FALSE, ALL_CODE_POINTS_EVALUATED_TRUE |
| Constructor Summary | |
|---|---|
AbstractJoinerCodePointRule()
|
|
| Method Summary | |
|---|---|
protected boolean |
checkIfCpBeforeIsVirama(int aCodePointIndex,
int[] aCodePoints)
Checks if the canonical combining class of the code point before the zero width joiner/non-joiner code point is "Virama". |
| Methods inherited from class com.vgrs.xcode.idna.contextualrule.AbstractAllCodePointsNotEvaluated |
|---|
allCodePointsEvaluated |
| Methods inherited from class com.vgrs.xcode.idna.contextualrule.AbstractContextualRule |
|---|
getCodePointToWhichRuleApplies, getRuleName, ruleAppliesToCodepoint, setCodePointToWhichRuleApplies, setRuleName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.vgrs.xcode.idna.contextualrule.ContextualRule |
|---|
executeRule |
| Constructor Detail |
|---|
public AbstractJoinerCodePointRule()
| Method Detail |
|---|
protected boolean checkIfCpBeforeIsVirama(int aCodePointIndex,
int[] aCodePoints)
throws XcodeException
aCodePointIndex - the index into the code points int array containing the zero width
joiner/non-joiner character(s).aCodePoints - the code points int[] array
XcodeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||