|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Quoting | |
|---|---|
| org.crsh.cli.impl.line | |
| org.crsh.cli.impl.tokenizer | |
| org.crsh.lang.groovy | |
| Uses of Quoting in org.crsh.cli.impl.line |
|---|
| Methods in org.crsh.cli.impl.line that return Quoting | |
|---|---|
static Quoting |
Quoting.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Quoting[] |
Quoting.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.crsh.cli.impl.line with parameters of type Quoting | |
|---|---|
void |
LineParser.Visitor.onChar(int index,
Quoting quoting,
boolean backslash,
char c)
|
void |
MultiLineVisitor.onChar(int index,
Quoting quoting,
boolean backslash,
char c)
|
void |
ValueLineVisitor.onChar(int index,
Quoting quoting,
boolean backslash,
char c)
|
| Uses of Quoting in org.crsh.cli.impl.tokenizer |
|---|
| Methods in org.crsh.cli.impl.tokenizer with parameters of type Quoting | |
|---|---|
void |
Automaton.onChar(int index,
Quoting quoting,
boolean backslash,
char c)
|
| Uses of Quoting in org.crsh.lang.groovy |
|---|
| Methods in org.crsh.lang.groovy with parameters of type Quoting | |
|---|---|
void |
GroovyLineEscaper.onChar(int index,
Quoting quoting,
boolean backslash,
char c)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||