| spoon.reflect.code.CtLiteral
CtLiteral | public interface CtLiteral extends CtExpression<T>(Code) | | This code element defines a literal value (an int, a string, etc).
< Parameters: T - >type of literal's value |
Method Summary | |
T | getValue() Gets the actual value of the literal (statically known). | void | setValue(T value) Sets the actual value of the literal. |
getValue | T getValue()(Code) | | Gets the actual value of the literal (statically known).
|
setValue | void setValue(T value)(Code) | | Sets the actual value of the literal.
|
|
|