MCPcopy Create free account
hub / github.com/apache/mesos / constructor

Method constructor

src/jvm/jvm.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217
218
219Jvm::ConstructorFinder Jvm::Class::constructor() const
220{
221 return Jvm::ConstructorFinder(*this);
222}
223
224
225Jvm::MethodFinder Jvm::Class::method(const std::string& name) const

Callers 9

FileTxnSnapLogMethod · 0.80
BasicDataTreeBuilderMethod · 0.80
ZooKeeperServerMethod · 0.80
NIOServerCnxnFactoryMethod · 0.80
ThrowableMethod · 0.80
FileMethod · 0.80
InetSocketAddressMethod · 0.80

Calls 1

ConstructorFinderClass · 0.85

Tested by

no test coverage detected