public class CalciferCodeLine extends Object
| Constructor and Description |
|---|
CalciferCodeLine(String raw,
String parseRemoveSpace,
String parseWithSpace,
int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
String |
getParseRemoveSpace() |
String |
getParseWithSpace() |
String |
getRaw() |
void |
setIndex(int index) |
void |
setParseRemoveSpace(String parseRemoveSpace) |
void |
setParseWithSpace(String parseWithSpace) |
void |
setRaw(String raw) |
public int getIndex()
public void setIndex(int index)
public String getRaw()
public void setRaw(String raw)
public String getParseRemoveSpace()
public void setParseRemoveSpace(String parseRemoveSpace)
public String getParseWithSpace()
public void setParseWithSpace(String parseWithSpace)
Copyright © 2022. All rights reserved.