MCPcopy Create free account
hub / github.com/LFYSec/MScan / StringElement

Class StringElement

src/main/java/pascal/taie/language/annotation/StringElement.java:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23package pascal.taie.language.annotation;
24
25public record StringElement(String value) implements Element {
26
27 @Override
28 public String toString() {
29 return "\"" + value + "\"";
30 }
31}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected