public class NoteToken extends Token
content, image, lineNumber
Constructor and Description |
---|
NoteToken(String image,
int lineNumber) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
protected void |
parse()
remove all content, we don't need it.
|
String |
toString() |
getImage, getLineNumber, isLeftTrim, isRightTrim, setLeftTrim, setRightTrim
public NoteToken(String image, int lineNumber) throws ParseException
ParseException
Copyright © 2014. All Rights Reserved.