public class Line extends Object implements Serializable
| Constructor and Description |
|---|
Line(String l)
Constructs line needed to be enclosed in double quotes
|
Line(String l,
boolean t)
Constructs line used in variable substitution
|
| Modifier and Type | Method and Description |
|---|---|
String |
getlineval() |
boolean |
isVar() |
void |
reader(DataInputStream ids) |
String |
toString() |
void |
writer(DataOutputStream ods) |
public String line
public boolean isVar
public Line(String l)
public Line(String l, boolean t)
public boolean isVar()
public void reader(DataInputStream ids) throws IOException
IOExceptionpublic void writer(DataOutputStream ods) throws IOException
IOExceptionpublic String getlineval()
Copyright © 2019. All rights reserved.