Package it.unive.lisa.imp.constructs
Class StringContains
- java.lang.Object
-
- it.unive.lisa.program.cfg.NativeCFG
-
- it.unive.lisa.imp.constructs.StringContains
-
- All Implemented Interfaces:
it.unive.lisa.program.cfg.CodeMember
public class StringContains extends it.unive.lisa.program.cfg.NativeCFGThe native construct representing the contains operation. This construct can be invoked on a string variablexwithx.contains(other), whereotheris the string that will be checked against substrings ofx.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStringContains.IMPStringContainsAn expression modeling the string contains operation.
-
Constructor Summary
Constructors Constructor Description StringContains(it.unive.lisa.program.cfg.CodeLocation location, it.unive.lisa.program.CompilationUnit stringUnit)Builds the construct.
-