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