| de.uka.ilkd.key.java.expression.Literal de.uka.ilkd.key.java.expression.literal.BooleanLiteral
BooleanLiteral | public class BooleanLiteral extends Literal (Code) | | Boolean literal.
author: AutoDoc |
value | final protected boolean value(Code) | | |
BooleanLiteral | public BooleanLiteral(ExtList children, boolean value)(Code) | | Boolean literal.
Parameters: children - list with all childrenMay contain: Comments Parameters: value - a boolean value. |
getBooleanLiteral | public static BooleanLiteral getBooleanLiteral(boolean val)(Code) | | get boolean literal for the given value . This supports
use of single literals, but we do not force it.
Parameters: val - a boolean specifying the literal to be returned the BooleanLiteral representing val |
getValue | public boolean 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 |
|
|