Package com.microstrategy.web.objects
Interface WebTokenStream
-
public interface WebTokenStream
This interface represents the token stream.- Since:
- MicroStrategy Web 9.2.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Iterator<WebToken>
getTokens()
Get the tokens as an iterator.
-
-
-
Method Detail
-
getTokens
java.util.Iterator<WebToken> getTokens()
Get the tokens as an iterator.- Returns:
- an iterator
-
-