ap.parser.IExpression
Class implementing prefix-notation for functions that are considered Boolean-valued. Booleans are encoded into integers, mapping true to 0 and false to 1.
true
0
false
1
(Since version ) see corresponding Javadoc for more information.
Class implementing prefix-notation for functions that are considered Boolean-valued. Booleans are encoded into integers, mapping
true
to0
andfalse
to1
.