MCPcopy Create free account
hub / github.com/ddf-project/DDF / parse

Method parse

core/src/main/java/io/ddf/util/Utils.java:605–611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

603 }
604
605 private void parse() {
606 mParamInfos = Lists.newArrayList();
607
608 for (Type type : mMethod.getGenericParameterTypes()) {
609 mParamInfos.add(new ParamInfo(type));
610 }
611 }
612
613
614 public static class ParamInfo {

Callers 15

MethodInfoMethod · 0.95
testUnionMethod · 0.45
testAliasMethod · 0.45
testRealQueryMethod · 0.45
testComplexQueryMethod · 0.45
testFullURIMethod · 0.45
testNamespaceMethod · 0.45
testListMethod · 0.45
testUDFMethod · 0.45
testBlankQuotationMethod · 0.45
testSelectOneMethod · 0.45

Calls 1

addMethod · 0.65

Tested by 11

testUnionMethod · 0.36
testAliasMethod · 0.36
testRealQueryMethod · 0.36
testComplexQueryMethod · 0.36
testFullURIMethod · 0.36
testNamespaceMethod · 0.36
testListMethod · 0.36
testUDFMethod · 0.36
testBlankQuotationMethod · 0.36
testSelectOneMethod · 0.36