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.NativeCFGThe native construct representing the indexOf operation. This construct can be invoked on a string variablexwithx.indexOf(other), whereotheris the string to search inside ofx.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStringIndexOf.IMPStringIndexOfAn 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.
-