org.eclipse.jdt.internal.compiler.env
接口 ISourceImport


public interface ISourceImport


方法摘要
 int getDeclarationSourceEnd()
          Answer the source end position of the import declaration.
 int getDeclarationSourceStart()
          Answer the source start position of the import declaration.
 int getModifiers()
          Answer an int whose bits are set according the access constants defined by the VM spec.
 

方法详细信息

getDeclarationSourceEnd

int getDeclarationSourceEnd()
Answer the source end position of the import declaration.


getDeclarationSourceStart

int getDeclarationSourceStart()
Answer the source start position of the import declaration.


getModifiers

int getModifiers()
Answer an int whose bits are set according the access constants defined by the VM spec. Since Java 1.5, static imports can be defined.



Copyright © 2013. All Rights Reserved.