public class ParaToken extends Object
Constructor and Description |
---|
ParaToken(StringBuilder content,
int row) |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
getContent() |
int |
getRow() |
void |
print() |
String |
toString() |
String |
value() |
public ParaToken(StringBuilder content, int row)
public String value()
public StringBuilder getContent()
public String toString()
public void print()
public int getRow()
Copyright © 2018. All rights reserved.