|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectParser
public class Parser
Parser for Java-Syntax.
Constructor Summary | |
---|---|
Parser(java.lang.String chars)
Creates a Parser-object |
Method Summary | |
---|---|
javax.swing.text.DefaultStyledDocument |
parse()
Parses the source text and returns a DefaultStyledDocument with the highlighted source text |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Parser(java.lang.String chars)
chars
- The source textMethod Detail |
---|
public javax.swing.text.DefaultStyledDocument parse()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |