Uses of Class
org.graphstream.util.parser.Token
-
Uses of Token in org.graphstream.stream.file.dot
Fields in org.graphstream.stream.file.dot declared as Token Modifier and Type Field Description TokenDOTParser. jj_ntNext token.TokenDOTParser. tokenCurrent token.Methods in org.graphstream.stream.file.dot that return Token Modifier and Type Method Description TokenDOTParser. getNextToken()Get the next Token.TokenDOTParserTokenManager. getNextToken()Get the next Token.TokenDOTParser. getToken(int index)Get the specific Token. -
Uses of Token in org.graphstream.stream.file.gml
Fields in org.graphstream.stream.file.gml declared as Token Modifier and Type Field Description TokenGMLParser. jj_ntNext token.TokenGMLParser. tokenCurrent token.Methods in org.graphstream.stream.file.gml that return Token Modifier and Type Method Description TokenGMLParser. getNextToken()Get the next Token.TokenGMLParserTokenManager. getNextToken()Get the next Token.TokenGMLParser. getToken(int index)Get the specific Token. -
Uses of Token in org.graphstream.stream.file.pajek
Fields in org.graphstream.stream.file.pajek declared as Token Modifier and Type Field Description TokenPajekParser. jj_ntNext token.TokenPajekParser. tokenCurrent token.Methods in org.graphstream.stream.file.pajek that return Token Modifier and Type Method Description TokenPajekParser. anyGraphicAttribute()TokenPajekParser. getNextToken()Get the next Token.TokenPajekParserTokenManager. getNextToken()Get the next Token.TokenPajekParser. getToken(int index)Get the specific Token.TokenPajekParser. validIdentifier()Methods in org.graphstream.stream.file.pajek with parameters of type Token Modifier and Type Method Description static StringPajekContext. toColorValue(Token R, Token G, Token B) -
Uses of Token in org.graphstream.stream.file.tlp
Fields in org.graphstream.stream.file.tlp declared as Token Modifier and Type Field Description TokenTLPParser. jj_ntNext token.TokenTLPParser. tokenCurrent token.Methods in org.graphstream.stream.file.tlp that return Token Modifier and Type Method Description TokenTLPParser. getNextToken()Get the next Token.TokenTLPParserTokenManager. getNextToken()Get the next Token.TokenTLPParser. getToken(int index)Get the specific Token. -
Uses of Token in org.graphstream.ui.graphicGraph.stylesheet.parser
Fields in org.graphstream.ui.graphicGraph.stylesheet.parser declared as Token Modifier and Type Field Description TokenStyleSheetParser. jj_ntNext token.TokenStyleSheetParser. tokenCurrent token.Methods in org.graphstream.ui.graphicGraph.stylesheet.parser that return Token Modifier and Type Method Description TokenStyleSheetParser. getNextToken()Get the next Token.TokenStyleSheetParserTokenManager. getNextToken()Get the next Token.TokenStyleSheetParser. getToken(int index)Get the specific Token. -
Uses of Token in org.graphstream.util.parser
Fields in org.graphstream.util.parser declared as Token Modifier and Type Field Description TokenParseException. currentTokenThis is the last token that has been consumed successfully.TokenToken. nextA reference to the next regular (non-special) token from the input stream.TokenToken. specialTokenThis field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.Methods in org.graphstream.util.parser that return Token Modifier and Type Method Description static TokenToken. newToken(int ofKind)static TokenToken. newToken(int ofKind, String image)Returns a new Token object, by default.Constructors in org.graphstream.util.parser with parameters of type Token Constructor Description ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)This constructor is used by the method "generateParseException" in the generated parser.