Package it.unive.lisa.imp.constructs
Class ArrayLength
- java.lang.Object
-
- it.unive.lisa.program.cfg.NativeCFG
-
- it.unive.lisa.imp.constructs.ArrayLength
-
- All Implemented Interfaces:
it.unive.lisa.program.cfg.CodeMember
public class ArrayLength extends it.unive.lisa.program.cfg.NativeCFGThe native construct representing the array length operation. This construct can be invoked on an array variablexwitharraylen(x).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classArrayLength.IMPArrayLengthAn expression modeling the array length operation.
-
Constructor Summary
Constructors Constructor Description ArrayLength(it.unive.lisa.program.cfg.CodeLocation location, it.unive.lisa.program.Program program)Builds the construct.
-