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

所有超级接口:
IDependent
所有已知子接口:
IBinaryType, ISourceType
所有已知实现类:
ClassFileReader

public interface IGenericType
extends IDependent


字段摘要
 
从接口 org.eclipse.jdt.internal.compiler.env.IDependent 继承的字段
JAR_FILE_ENTRY_SEPARATOR
 
方法摘要
 int getModifiers()
          Answer an int whose bits are set according the access constants defined by the VM spec.
 boolean isBinaryType()
          Answer whether the receiver contains the resolved binary form or the unresolved source form of the type.
 
从接口 org.eclipse.jdt.internal.compiler.env.IDependent 继承的方法
getFileName
 

方法详细信息

getModifiers

int getModifiers()
Answer an int whose bits are set according the access constants defined by the VM spec. NOTE 1: We have added AccDeprecated & AccSynthetic. NOTE 2: If the receiver represents a member type, the modifiers are extracted from its inner class attributes.


isBinaryType

boolean isBinaryType()
Answer whether the receiver contains the resolved binary form or the unresolved source form of the type.



Copyright © 2013. All Rights Reserved.