protected static enum CompilerReferenceServiceBase.ElementPlace extends java.lang.Enum<CompilerReferenceServiceBase.ElementPlace>
Modifier and Type | Method and Description |
---|---|
static CompilerReferenceServiceBase.ElementPlace |
get(VirtualFile file,
ProjectFileIndex index) |
static CompilerReferenceServiceBase.ElementPlace |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompilerReferenceServiceBase.ElementPlace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompilerReferenceServiceBase.ElementPlace SRC
public static final CompilerReferenceServiceBase.ElementPlace LIB
public static CompilerReferenceServiceBase.ElementPlace[] values()
for (CompilerReferenceServiceBase.ElementPlace c : CompilerReferenceServiceBase.ElementPlace.values()) System.out.println(c);
public static CompilerReferenceServiceBase.ElementPlace valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static CompilerReferenceServiceBase.ElementPlace get(VirtualFile file, ProjectFileIndex index)