Package com.evolveum.axiom.lang.antlr
Class AxiomStrings
- java.lang.Object
-
- com.evolveum.axiom.lang.antlr.AxiomStrings
-
public class AxiomStrings extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
TRIPLE_BACKTICK
static String
TRIPLE_DQOUTE
-
Constructor Summary
Constructors Constructor Description AxiomStrings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
fromDoubleQuoted(String input)
static String
fromSingleBacktick(String input)
static String
fromSingleQuoted(String input)
static String
removeQuotes(String quote, String withQuotes)
static String
toDoubleQuoted(String input)
static String
toSingleBacktick(String input)
static String
toSingleQuoted(String input)
-
-
-
Field Detail
-
TRIPLE_BACKTICK
public static final String TRIPLE_BACKTICK
- See Also:
- Constant Field Values
-
TRIPLE_DQOUTE
public static final String TRIPLE_DQOUTE
- See Also:
- Constant Field Values
-
-