Class EDU.auburn.VGJ.graph.GMLlexer
All Packages Class Hierarchy This Package Previous Next Index
Class EDU.auburn.VGJ.graph.GMLlexer
java.lang.Object
|
+----EDU.auburn.VGJ.graph.GMLlexer
- public class GMLlexer
- extends Object
A GML lexer. No distinction is made between Integer and Real
(all numbers are real).
Here is the source.
-
GMLeof
-
-
GMLinteger
-
-
GMLkey
-
-
GMLreal
-
-
GMLstring
-
-
GMLlexer(InputStream)
-
-
getDoubleval()
-
-
getLineNumber()
-
-
getStringval()
-
-
getTokenType()
-
-
nextToken()
-
GMLstring
public static int GMLstring
GMLinteger
public static int GMLinteger
GMLreal
public static int GMLreal
GMLeof
public static int GMLeof
GMLkey
public static int GMLkey
GMLlexer
public GMLlexer(InputStream streamin)
nextToken
public int nextToken() throws IOException
getStringval
public String getStringval()
getDoubleval
public double getDoubleval()
getTokenType
public int getTokenType()
getLineNumber
public int getLineNumber()
All Packages Class Hierarchy This Package Previous Next Index