| de.uka.ilkd.key.java.expression.Literal de.uka.ilkd.key.java.expression.literal.FloatLiteral
FloatLiteral | public class FloatLiteral extends Literal (Code) | | Float literal.
author: AutoDoc |
Field Summary | |
final protected String | value Textual representation of the value. |
value | final protected String value(Code) | | Textual representation of the value.
|
FloatLiteral | public FloatLiteral(float value)(Code) | | Float literal.
Parameters: value - a float value. |
FloatLiteral | public FloatLiteral(ExtList children, String value)(Code) | | Float literal.
Parameters: children - an ExtList with all children(here:comments) Parameters: value - a string. |
FloatLiteral | public FloatLiteral(String value)(Code) | | Float literal.
Parameters: value - a string. |
getValue | public String getValue()(Code) | | Get value.
the string. |
hashCode | public int hashCode()(Code) | | |
visit | public void visit(Visitor v)(Code) | | calls the corresponding method of a visitor in order to
perform some action/transformation on this element
Parameters: v - the Visitor |
|
|