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

Class DoubleElement

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected