Package | Description |
---|---|
com.sun.tools.javac.tree |
Modifier and Type | Field and Description |
---|---|
JCTree.JCPolyExpression.PolyKind |
JCTree.JCPolyExpression.polyKind
is this poly expression a 'true' poly expression?
|
JCTree.JCPolyExpression.PolyKind |
JCTree.JCMemberReference.refPolyKind |
Modifier and Type | Method and Description |
---|---|
static JCTree.JCPolyExpression.PolyKind |
JCTree.JCPolyExpression.PolyKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCTree.JCPolyExpression.PolyKind[] |
JCTree.JCPolyExpression.PolyKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
TreeInfo.setPolyKind(JCTree tree,
JCTree.JCPolyExpression.PolyKind pkind)
set 'polyKind' on given tree
|
Copyright © 2017 earcam. All rights reserved.