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

Method BshMethod

src/bsh/BshMethod.java:77–84  ·  view source on GitHub ↗
( 
		BSHMethodDeclaration method, 
		NameSpace declaringNameSpace, Modifiers modifiers )

Source from the content-addressed store, hash-verified

75 // End method components
76
77 BshMethod(
78 BSHMethodDeclaration method,
79 NameSpace declaringNameSpace, Modifiers modifiers )
80 {
81 this( method.name, method.returnType, method.paramsNode.getParamNames(),
82 method.paramsNode.paramTypes, method.blockNode, declaringNameSpace,
83 modifiers );
84 }
85
86 BshMethod(
87 String name, Class returnType, String [] paramNames,

Callers

nothing calls this directly

Calls 4

getParamNamesMethod · 0.80
getNameMethod · 0.45
getReturnTypeMethod · 0.45
getParameterTypesMethod · 0.45

Tested by

no test coverage detected