public class PlaceHolder extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static byte |
AT |
static byte |
AT_NAMED |
static byte |
COLON |
static byte |
CURLY |
static byte |
DOLLAR_NO |
Vector<PlaceHolderPairs> |
pairs |
static byte |
PERC_STRING |
static byte |
QUESTION |
int |
totalDynamicSize |
| Constructor and Description |
|---|
PlaceHolder(Proc proc,
byte useMark,
String varPrefix) |
| Modifier and Type | Method and Description |
|---|---|
Vector<String> |
getLines() |
Vector<PlaceHolderPairs> |
getPairs() |
int |
getTotalDynamicSize() |
public static final byte COLON
public static final byte QUESTION
public static final byte AT
public static final byte CURLY
public static final byte AT_NAMED
public static final byte PERC_STRING
public static final byte DOLLAR_NO
public Vector<PlaceHolderPairs> pairs
public int totalDynamicSize
public Vector<PlaceHolderPairs> getPairs()
public int getTotalDynamicSize()
Copyright © 2019. All rights reserved.