net.sourceforge.jane.lang
Class InfoUtils

java.lang.Object
  |
  +--net.sourceforge.jane.lang.InfoUtils

public class InfoUtils
extends java.lang.Object

Utilities providing useful methods for language implementations.

Author:
Calvin Yu

Constructor Summary
InfoUtils()
           
 
Method Summary
static boolean isPackageProtected(JavaElement javaElement)
          Returns true if the given JavaElement is package protected.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoUtils

public InfoUtils()
Method Detail

isPackageProtected

public static boolean isPackageProtected(JavaElement javaElement)
Returns true if the given JavaElement is package protected.


Copyright © 2002-2002 SourceForge. All Rights Reserved.