Uses of Interface
dev.civl.abc.ast.value.IF.IntegerValue
Packages that use IntegerValue
Package
Description
The ast.node.expression submodule defines AST nodes
for representing expressions in a program.
The ast.type submodule defines the (abstract) types
that can be specified in a program.
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.
-
Uses of IntegerValue in dev.civl.abc.ast.node.IF.expression
Methods in dev.civl.abc.ast.node.IF.expression that return IntegerValue -
Uses of IntegerValue in dev.civl.abc.ast.type.IF
Methods in dev.civl.abc.ast.type.IF that return IntegerValueModifier and TypeMethodDescriptionArrayType.getConstantSize()If this array has a known constant extent, it is returned by this method.Methods in dev.civl.abc.ast.type.IF with parameters of type IntegerValueModifier and TypeMethodDescriptionTypeFactory.arrayType(ObjectType elementType, IntegerValue constantExtent) Returns a complete array type in which the size expression has been evaluated to a known constant value. -
Uses of IntegerValue in dev.civl.abc.ast.value.IF
Methods in dev.civl.abc.ast.value.IF that return IntegerValueModifier and TypeMethodDescriptionValueFactory.integerValue(IntegerType type, int intValue) An integer value of the given type and with the given Java int value.ValueFactory.integerValue(IntegerType type, BigInteger integerValue) ValueFactory.plusOne(IntegerValue value) Methods in dev.civl.abc.ast.value.IF with parameters of type IntegerValue