| Package | Description |
|---|---|
| org.apache.felix.gogo.runtime |
| Modifier and Type | Class and Description |
|---|---|
class |
Closure |
| Modifier and Type | Field and Description |
|---|---|
private Evaluate |
Expander.evaluate |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
Expander.expand(java.lang.CharSequence word,
Evaluate eval)
expand variables, quotes and escapes in word.
|
private static java.lang.Object |
Expander.expand(java.lang.CharSequence word,
Evaluate eval,
boolean inQuote) |
private static java.lang.Object |
Expander.expand(java.lang.CharSequence word,
Evaluate eval,
boolean inQuote,
boolean generateFileNames,
boolean semanticJoin,
boolean unquote,
boolean asPattern) |
| Constructor and Description |
|---|
Expander(java.lang.CharSequence text,
Evaluate evaluate,
boolean inQuote,
boolean generateFileNames,
boolean semanticJoin,
boolean unquote,
boolean asPattern) |