Package | Description |
---|---|
com.sun.tools.javac.code |
Modifier and Type | Method and Description |
---|---|
static Kinds.KindName |
Kinds.absentKind(int kind)
A KindName representing the kind of a missing symbol, given an
error kind.
|
static Kinds.KindName |
Kinds.kindName(int kind)
A KindName representing a given symbol kind
|
static Kinds.KindName |
Kinds.kindName(MemberReferenceTree.ReferenceMode mode) |
static Kinds.KindName |
Kinds.kindName(Symbol sym)
A KindName representing a given symbol
|
static Kinds.KindName |
Kinds.typeKindName(Type t)
A KindName representing the kind of a given class/interface type.
|
static Kinds.KindName |
Kinds.KindName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kinds.KindName[] |
Kinds.KindName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<Kinds.KindName> |
Kinds.kindNames(int kind)
A set of KindName(s) representing a set of symbol's kinds.
|
Copyright © 2017 earcam. All rights reserved.