public final class Entry extends Object
| Constructor and Description |
|---|
Entry(Element element,
TypeMirror type) |
| Modifier and Type | Method and Description |
|---|---|
static Entry |
entry(Element parameter,
TypeMirror type) |
static Entry |
entry(ExecutableElement method) |
static Entry |
entry(VariableElement parameter) |
boolean |
equals(Object o) |
Element |
getElement() |
TypeMirror |
getType() |
int |
hashCode() |
static Entry |
typeEntry(Element type) |
public Entry(Element element, TypeMirror type)
public static Entry entry(ExecutableElement method)
public static Entry entry(VariableElement parameter)
public static Entry entry(Element parameter, TypeMirror type)
public Element getElement()
public TypeMirror getType()
Copyright © 2020. All rights reserved.