Package it.unive.lisa.imp.constructs
Class StringEquals
- java.lang.Object
-
- it.unive.lisa.program.cfg.NativeCFG
-
- it.unive.lisa.imp.constructs.StringEquals
-
- All Implemented Interfaces:
it.unive.lisa.program.cfg.CodeMember
public class StringEquals extends it.unive.lisa.program.cfg.NativeCFGThe native construct representing the equals operation. This construct can be invoked on a string variablexwithx.equals(other), whereotheris the string that will be checked for equality againstx.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStringEquals.IMPStringEqualsAn expression modeling the string equals operation.
-
Constructor Summary
Constructors Constructor Description StringEquals(it.unive.lisa.program.cfg.CodeLocation location, it.unive.lisa.program.ClassUnit stringUnit)Builds the construct.
-