Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: com/port80/eclipse/jdt/graph/IBindingWrapper.java


1   package com.port80.eclipse.jdt.graph;
2   
3   /**
4    * @author chrisl
5    *
6    * To change this generated comment edit the template variable "typecomment":
7    * Window>Preferences>Java>Templates.
8    * To enable and disable the creation of type comments go to
9    * Window>Preferences>Java>Code Generation.
10   */
11  public interface IBindingWrapper {
12    String getName();
13    boolean isType();
14    boolean isMethod();
15  }