Package org.jboss.logging.processor.util
Class Expressions
- java.lang.Object
-
- org.jboss.logging.processor.util.Expressions
-
public class Expressions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static intDEFAULTprivate static intGOT_DOLLARprivate static intGOT_OPEN_BRACEprivate static intINITIALprivate static intRESOLVED
-
Constructor Summary
Constructors Constructor Description Expressions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringresolve(java.util.Properties props, java.lang.String expression)
-
-
-
Field Detail
-
INITIAL
private static final int INITIAL
- See Also:
- Constant Field Values
-
GOT_DOLLAR
private static final int GOT_DOLLAR
- See Also:
- Constant Field Values
-
GOT_OPEN_BRACE
private static final int GOT_OPEN_BRACE
- See Also:
- Constant Field Values
-
RESOLVED
private static final int RESOLVED
- See Also:
- Constant Field Values
-
DEFAULT
private static final int DEFAULT
- See Also:
- Constant Field Values
-
-