Eclipse JDT
Release 3.8

org.eclipse.jdt.core.util
Interface IBootstrapMethodsEntry


public interface IBootstrapMethodsEntry

Description of a bootstrap method table entry as specified in the JVM specifications. This interface may be implemented by clients.

Since:
3.8

Method Summary
 int[] getBootstrapArguments()
           
 int getBootstrapMethodReference()
           
 

Method Detail

getBootstrapMethodReference

int getBootstrapMethodReference()

getBootstrapArguments

int[] getBootstrapArguments()

Eclipse JDT
Release 3.8

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.