MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / Prop

Method Prop

src/main/java/field/utility/Dict.java:125–134  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

123 private boolean canon = false;
124
125 public Prop(String name) {
126 this.name = name;
127
128 if (false) {
129 StackTraceElement[] s = new Exception().getStackTrace();
130 String[] pieces = s[1].getClassName()
131 .split("\\.");
132 documentation = "undocumented (defined inside <b>" + pieces[pieces.length - 1] + "</b>)";
133 }
134 }
135
136 public boolean containsSuffix(String string) {
137 if (name.contains("_")) {

Callers 15

PagesClass · 0.80
UIGroupClass · 0.80
getOrMakeMethod · 0.80
PadGroupClass · 0.80
getOrMakeMethod · 0.80
AstaClass · 0.80
openInNewProcessMethod · 0.80
WatchdogClass · 0.80
BrowserClass · 0.80
loadedMethod · 0.80
GlassBrowserClass · 0.80
OutputBoxClass · 0.80

Calls 1

splitMethod · 0.45

Tested by

no test coverage detected