@return true if this variable is a (temporary) variable generated for holding constant value, otherwise false.
()
| 123 | * generated for holding constant value, otherwise false. |
| 124 | */ |
| 125 | public boolean isConst() { |
| 126 | return constValue != null; |
| 127 | } |
| 128 | |
| 129 | /** |
| 130 | * @return the constant value held by this variable. |
no outgoing calls
no test coverage detected