public class OtclCommandContext extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
collectionsCount
The collections count.
|
int |
currentCollectionTokenIndex
The current collection token index.
|
String |
otclChain
The otcl chain.
|
OtclCommandDto |
otclCommandDto
The otcl command dto.
|
String[] |
otclTokens
The otcl tokens.
|
IndexedCollectionsDto |
profiledCollectionsDto
The profiled collections dto.
|
String[] |
rawOtclTokens
The raw otcl tokens.
|
ScriptDto |
scriptDto
The script dto.
|
String |
scriptId
The script id.
|
| Constructor and Description |
|---|
OtclCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
OtclCommandContext |
clone()
Clone.
|
int |
descendantsCollectionsCountInclusive() |
boolean |
hasAncestralCollectionOrMap()
Checks for ancestral collection or map.
|
boolean |
hasAnchoredDescendant()
Checks for anchored descendant.
|
boolean |
hasChildren()
Checks for children.
|
boolean |
hasDescendantCollectionOrMap()
Checks for descendant collection or map.
|
boolean |
hasMapValueDescendant()
Checks for map value descendant.
|
boolean |
hasMapValueMember()
Checks for map value member.
|
boolean |
isCurrentTokenAnchored()
Checks if is anchored.
|
boolean |
isLeaf()
Checks if is leaf.
|
boolean |
isLeafParent()
Checks if is leaf parent.
|
boolean |
isPostAnchored()
Checks if is post anchored.
|
boolean |
isPreAnchored()
Checks if is pre anchored.
|
public String scriptId
public ScriptDto scriptDto
public String otclChain
public String[] otclTokens
public String[] rawOtclTokens
public OtclCommandDto otclCommandDto
public IndexedCollectionsDto profiledCollectionsDto
public int collectionsCount
public int currentCollectionTokenIndex
public OtclCommandContext clone()
public boolean isLeafParent()
public boolean isLeaf()
public boolean hasAncestralCollectionOrMap()
public boolean hasDescendantCollectionOrMap()
public boolean hasChildren()
public boolean hasMapValueDescendant()
public boolean hasMapValueMember()
public boolean hasAnchoredDescendant()
public boolean isCurrentTokenAnchored()
public boolean isPreAnchored()
public boolean isPostAnchored()
public int descendantsCollectionsCountInclusive()
Copyright © 2021. All rights reserved.