public class Line extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
endContinuation |
int |
indent |
boolean |
isSkeleton |
boolean |
isThrowAway |
String |
line |
boolean |
startContinuation |
| Constructor and Description |
|---|
Line(String line)
Add skeleton line
|
Line(String line,
boolean isSkeleton) |
Line(String line,
int indent,
boolean isSkeleton) |
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String encoded) |
boolean |
isEmpty() |
static String |
prependWhitespace(int indent) |
void |
setContinuation(boolean start,
boolean end) |
String |
toString() |
public boolean isSkeleton
public String line
public int indent
public boolean isThrowAway
public boolean startContinuation
public boolean endContinuation
public Line(String line, int indent, boolean isSkeleton)
public Line(String line, boolean isSkeleton)
public Line(String line)
line - public void setContinuation(boolean start,
boolean end)
public static String prependWhitespace(int indent)
public boolean isEmpty()
Copyright © 2021. All rights reserved.