public class TextToken extends Token
content, image, lineNumber
Constructor and Description |
---|
TextToken(String image,
int lineNumber) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
boolean |
isBlank() |
String |
output() |
protected void |
parse() |
String |
toString() |
String |
trim() |
getImage, getLineNumber, isLeftTrim, isRightTrim, setLeftTrim, setRightTrim
Copyright © 2015. All rights reserved.