public class ParentMatcher extends Object implements PathExpression
| Modifier and Type | Field and Description |
|---|---|
protected PathExpression |
expression |
protected int |
level |
| Constructor and Description |
|---|
ParentMatcher() |
ParentMatcher(PathExpression e) |
| Modifier and Type | Method and Description |
|---|---|
PathExpression |
getExpression() |
void |
setExpression(PathExpression expression) |
boolean |
validate(XEventPath path) |
protected PathExpression expression
protected int level
public ParentMatcher()
public ParentMatcher(PathExpression e)
public PathExpression getExpression()
public void setExpression(PathExpression expression)
public boolean validate(XEventPath path)
validate in interface xyz.cofe.collection.Predicate<XEventPath>Copyright © 2017. All rights reserved.