Package | Description |
---|---|
org.crsh.cli.impl.line | |
org.crsh.cli.impl.tokenizer | |
org.crsh.lang.impl.groovy |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
Automaton.onChar(int index,
Quoting quoting,
boolean backslash,
char c) |
Modifier and Type | Method and Description |
---|---|
void |
GroovyLineEscaper.onChar(int index,
Quoting quoting,
boolean backslash,
char c) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.