Create a new Literal. @param value of the literal. @return the new Literal.
(String value)
| 27 | * @return the new Literal. |
| 28 | */ |
| 29 | public static Literal create(String value) { |
| 30 | return new Literal(value); |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * Create a new Literal. |
no outgoing calls
no test coverage detected