Package edu.udel.cis.vsl.abc.ast.value.IF
package edu.udel.cis.vsl.abc.ast.value.IF
The ast.value submodule defines classes for representing constant values that can occur in a program, such as numeric literals, characters, strings, pointer constants, and so on.
-
ClassDescriptionA value of the form "&(lhs)", where lhs is a left hand side expression.A value obtained by casting a value to a new type.A value which is a function of a type, such as "sizeof(type)" or "_Alignof(type)".Constant expressions are discussed in C11 Sec.