public class LiteralCondition extends Condition
Condition.Anchor
Constructor and Description |
---|
LiteralCondition(String value) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
doesMatch(RuleEvaluation e)
Returns whether this condition matches the given evaluation
at the current location of the evaluation.
|
String |
getValue() |
void |
setValue(String value) |
String |
toInnerString()
All instances of this produces a parseable string output
|
getAnchor, getContextName, getLabel, getLabelString, getMatchInfo, getMatchInfoString, getNameSpace, getParent, hasOpenChoicepoint, isDefaultContextName, isReferable, labelMatches, labelMatches, makeReferences, matches, matchesEndAnchor, matchesStartAnchor, postMatchHook, preMatchHook, setAnchor, setContextName, setLabel, setNameSpace, setParent, toString, traceResult
private String value
public LiteralCondition(String value)
protected boolean doesMatch(RuleEvaluation e)
Condition
public void setValue(String value)
public String getValue()
public String toInnerString()
Condition
toInnerString
in class Condition
Copyright © 2018. All rights reserved.