Uses of Class
com.attivio.sdk.token.Position
-
Packages that use Position Package Description com.attivio.sdk.token Copyright 2019 Attivio Inc., All rights reserved. -
-
Uses of Position in com.attivio.sdk.token
Methods in com.attivio.sdk.token that return Position Modifier and Type Method Description Position
Position. clone()
TODO: document caution when working with cloned Positions.Position
PositionIterator. get()
Get the current position.Position
PositionIterator. next()
Position
Position. seek(Position other)
Expert: Seek this position to the same position asother
.Methods in com.attivio.sdk.token with parameters of type Position Modifier and Type Method Description static java.lang.String
TokenList. concat(Position... positions)
Represent all primary (ie top of the stack) tokens frompositions
as a string.Position
Position. seek(Position other)
Expert: Seek this position to the same position asother
.void
PositionIterator. seek(Position p)
Expert: Seek to a position.Method parameters in com.attivio.sdk.token with type arguments of type Position Modifier and Type Method Description static java.lang.String
TokenList. concat(java.lang.Iterable<Position> positions)
Represent all primary (ie top of the stack) tokens frompositions
as a string.static java.lang.String
TokenList. concat(java.util.Iterator<Position> positions)
Represent all primary (ie top of the stack) tokens frompositions
as a string.
-