Package | Description |
---|---|
org.graphstream.stream.file.dot | |
org.graphstream.stream.file.gml | |
org.graphstream.stream.file.pajek | |
org.graphstream.stream.file.tlp | |
org.graphstream.util.parser |
Modifier and Type | Field and Description |
---|---|
(package private) Token |
DOTParser.JJCalls.first |
private Token |
DOTParser.jj_lastpos |
Token |
DOTParser.jj_nt
Next token.
|
private Token |
DOTParser.jj_scanpos |
Token |
DOTParser.token
Current token.
|
Modifier and Type | Method and Description |
---|---|
Token |
DOTParserTokenManager.getNextToken()
Get the next Token.
|
Token |
DOTParser.getNextToken()
Get the next Token.
|
Token |
DOTParser.getToken(int index)
Get the specific Token.
|
private Token |
DOTParser.jj_consume_token(int kind) |
protected Token |
DOTParserTokenManager.jjFillToken() |
Modifier and Type | Field and Description |
---|---|
Token |
GMLParser.jj_nt
Next token.
|
Token |
GMLParser.token
Current token.
|
Modifier and Type | Method and Description |
---|---|
Token |
GMLParserTokenManager.getNextToken()
Get the next Token.
|
Token |
GMLParser.getNextToken()
Get the next Token.
|
Token |
GMLParser.getToken(int index)
Get the specific Token.
|
private Token |
GMLParser.jj_consume_token(int kind) |
protected Token |
GMLParserTokenManager.jjFillToken() |
Modifier and Type | Field and Description |
---|---|
(package private) Token |
PajekParser.JJCalls.first |
private Token |
PajekParser.jj_lastpos |
Token |
PajekParser.jj_nt
Next token.
|
private Token |
PajekParser.jj_scanpos |
Token |
PajekParser.token
Current token.
|
Modifier and Type | Method and Description |
---|---|
Token |
PajekParser.anyGraphicAttribute() |
Token |
PajekParserTokenManager.getNextToken()
Get the next Token.
|
Token |
PajekParser.getNextToken()
Get the next Token.
|
Token |
PajekParser.getToken(int index)
Get the specific Token.
|
private Token |
PajekParser.jj_consume_token(int kind) |
protected Token |
PajekParserTokenManager.jjFillToken() |
Token |
PajekParser.validIdentifier() |
Modifier and Type | Method and Description |
---|---|
protected void |
PajekContext.addEdgeWeight(java.lang.String id,
Token nb) |
void |
EdgeGraphics.addKey(java.lang.String key,
java.lang.String value,
Token tk) |
void |
NodeGraphics.addKey(java.lang.String key,
java.lang.String value,
Token tk) |
abstract void |
Graphics.addKey(java.lang.String key,
java.lang.String value,
Token tk) |
protected void |
PajekContext.addNodePosition(java.lang.String id,
Token x,
Token y,
Token z) |
protected int |
PajekContext.addNodes(Token nb) |
protected int |
Graphics.getInt(java.lang.String nb,
Token tk) |
protected static int |
PajekContext.getInt(Token nb) |
protected double |
Graphics.getReal(java.lang.String nb,
Token tk) |
protected static double |
PajekContext.getReal(Token nb) |
static java.lang.String |
PajekContext.toColorValue(Token R,
Token G,
Token B) |
Modifier and Type | Field and Description |
---|---|
(package private) Token |
TLPParser.JJCalls.first |
private Token |
TLPParser.jj_lastpos |
Token |
TLPParser.jj_nt
Next token.
|
private Token |
TLPParser.jj_scanpos |
Token |
TLPParser.token
Current token.
|
Modifier and Type | Method and Description |
---|---|
Token |
TLPParserTokenManager.getNextToken()
Get the next Token.
|
Token |
TLPParser.getNextToken()
Get the next Token.
|
Token |
TLPParser.getToken(int index)
Get the specific Token.
|
private Token |
TLPParser.jj_consume_token(int kind) |
protected Token |
TLPParserTokenManager.jjFillToken() |
Modifier and Type | Field and Description |
---|---|
Token |
ParseException.currentToken
This is the last token that has been consumed successfully.
|
Token |
Token.next
A reference to the next regular (non-special) token from the input
stream.
|
Token |
Token.specialToken
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
|
Modifier and Type | Method and Description |
---|---|
static Token |
Token.newToken(int ofKind) |
static Token |
Token.newToken(int ofKind,
java.lang.String image)
Returns a new Token object, by default.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
ParseException.initialise(Token currentToken,
int[][] expectedTokenSequences,
java.lang.String[] tokenImage)
It uses "currentToken" and "expectedTokenSequences" to generate a parse
error message and returns it.
|
Constructor and Description |
---|
ParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
java.lang.String[] tokenImageVal)
This constructor is used by the method "generateParseException" in the
generated parser.
|