|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRequiredInclude
Method Summary | |
---|---|
java.lang.String |
getIncludeName()
Returns the name that has been imported. |
boolean |
isStandard()
Returns whether the include is to search on "standard places" like /usr/include first . |
Method Detail |
---|
java.lang.String getIncludeName()
".*"
.
For example, for the statement "import java.util.*"
,
this returns "java.util.*"
.
For the statement "import java.util.Hashtable"
,
this returns "java.util.Hashtable"
.
boolean isStandard()
"\<"
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |