public class Placeholder extends Object
| Constructor and Description |
|---|
Placeholder(String text,
int startPosition,
int endPosition)
Create a new instance of
Placeholder. |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndPosition() |
String |
getName() |
int |
getStartPosition() |
boolean |
isUnquoted() |
String |
toString() |
public Placeholder(String text, int startPosition, int endPosition)
Placeholder.text - the placeholder textstartPosition - position of first character of the placeholderendPosition - position of last character of the placeholderpublic String getName()
public boolean isUnquoted()
public int getStartPosition()
public int getEndPosition()
Copyright © 2021. All rights reserved.