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