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.NativeCFGThe native construct representing the concatenation operation. This construct can be invoked on a string variablexwithx.concat(other), whereotheris the string to be appended tox.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStringConcat.IMPStringConcatAn 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.
-