struct MethodHandlesLookupOffsets; class RootVisitor;
namespace mirror {
class MethodHandle; class MethodType;
// C++ mirror of java.lang.invoke.MethodHandles.Lookup class MANAGED MethodHandlesLookup : public Object { public:
MIRROR_CLASS("Ljava/lang/invoke/MethodHandles$Lookup;");
// Returns the result of java.lang.invoke.MethodHandles.lookup(). static ObjPtr<mirror::MethodHandlesLookup> GetDefault(Thread* const self)
REQUIRES_SHARED(Locks::mutator_lock_);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.