|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.libraries.formula.parser.ParserTools
public class ParserTools
Creation-Date: 03.11.2006, 18:57:23
Method Summary | |
---|---|
static java.lang.String |
stripQuote(java.lang.String s)
Unconditionally removes the first and last character of the given string and also unquotes the quoted double-quotes. |
static java.lang.String |
stripReferenceQuote(java.lang.String s)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String stripReferenceQuote(java.lang.String s)
public static java.lang.String stripQuote(java.lang.String s)
s
- the string to be stripped.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |