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