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

Method isCompound

src/bsh/Name.java:996–1000  ·  view source on GitHub ↗
(String value)

Source from the content-addressed store, hash-verified

994 // I guess we could move these to StringUtil someday
995
996 public static boolean isCompound(String value)
997 {
998 return value.indexOf('.') != -1 ;
999 //return countParts(value) > 1;
1000 }
1001
1002 static int countParts(String value)
1003 {

Callers 10

toLHSMethod · 0.95
invokeMethodMethod · 0.95
prefixMethod · 0.95
suffixMethod · 0.95
getTypeDescriptorMethod · 0.95
getClassImplMethod · 0.95
getImportedClassImplMethod · 0.95
setMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected