Class RootPathToken
java.lang.Object
com.jayway.jsonpath.internal.path.PathToken
com.jayway.jsonpath.internal.path.RootPathToken
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
evaluate
(String currentPath, PathRef pathRef, Object model, EvaluationContextImpl ctx) int
boolean
boolean
Methods inherited from class com.jayway.jsonpath.internal.path.PathToken
appendTailToken, equals, handleArrayIndex, handleObjectProperty, hashCode, invoke, isLeaf, isPathDefinite, isRoot, isUpstreamDefinite, next, prev, toString
-
Field Details
-
tail
-
tokenCount
private int tokenCount -
rootToken
-
-
Constructor Details
-
RootPathToken
RootPathToken(char rootToken)
-
-
Method Details
-
getTokenCount
public int getTokenCount()- Overrides:
getTokenCount
in classPathToken
-
append
-
getPathTokenAppender
-
evaluate
-
getPathFragment
- Specified by:
getPathFragment
in classPathToken
-
isTokenDefinite
public boolean isTokenDefinite()- Specified by:
isTokenDefinite
in classPathToken
-
isFunctionPath
public boolean isFunctionPath()
-