MCPcopy Create free account
hub / github.com/beanshell/beanshell / suffix

Method suffix

src/bsh/Name.java:1037–1043  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

1035 }
1036
1037 static String suffix(String name)
1038 {
1039 if(!isCompound(name))
1040 return null;
1041
1042 return suffix(name, countParts(name) - 1);
1043 }
1044
1045 public static String suffix(String value, int parts)
1046 {

Callers 6

invokeMethodMethod · 0.95
importClassMethod · 0.95
definingClassMethod · 0.95
getClassBeingDefinedMethod · 0.95
doneDefiningClassMethod · 0.95

Calls 2

isCompoundMethod · 0.95
countPartsMethod · 0.95

Tested by

no test coverage detected