|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.latexdraw.parsers.CodeParser.Code
private static class CodeParser.Code
Defines a core level of the code parser that can be share with others code parser.
Field Summary | |
---|---|
protected java.lang.String |
code
The code to parser. |
protected int |
linePosition
The current line number. |
protected int |
position
The current position of the character to read. |
Constructor Summary | |
---|---|
CodeParser.Code(java.lang.String c)
Creates and initialises a core code. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String code
protected int position
protected int linePosition
Constructor Detail |
---|
public CodeParser.Code(java.lang.String c)
c
- The code to parse.
java.lang.IllegalArgumentException
- If the given code is null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |