Uses of Class
com.wolfram.jlink.ui.SyntaxTokenizer.SyntaxRecord
Package | Description |
---|---|
com.wolfram.jlink.ui |
Includes some classes useful in programs with non-trivial user intefaces.
|
-
Uses of SyntaxTokenizer.SyntaxRecord in com.wolfram.jlink.ui
Methods in com.wolfram.jlink.ui that return SyntaxTokenizer.SyntaxRecord Modifier and Type Method Description SyntaxTokenizer.SyntaxRecord
SyntaxTokenizer. getNextRecord()
Gets the next SyntaxRecord specifying the type of the element (SYMBOL, STRING, COMMENT or NORMAL), its start position, and length.