Package it.unive.lisa.imp.constructs
Class StringIndexOf
- java.lang.Object
-
- it.unive.lisa.program.cfg.NativeCFG
-
- it.unive.lisa.imp.constructs.StringIndexOf
-
- All Implemented Interfaces:
it.unive.lisa.program.cfg.CodeMember
public class StringIndexOf extends it.unive.lisa.program.cfg.NativeCFG
The native construct representing the indexOf operation. This construct can be invoked on a string variablex
withx.indexOf(other)
, whereother
is the string to search inside ofx
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StringIndexOf.IMPStringIndexOf
An expression modeling the string indexOf operation.
-
Constructor Summary
Constructors Constructor Description StringIndexOf(it.unive.lisa.program.cfg.CodeLocation location, it.unive.lisa.program.ClassUnit stringUnit)
Builds the construct.
-