public class InOutType extends Object
| Constructor and Description |
|---|
InOutType(InOutType ioType,
boolean outPutAsParam) |
InOutType(TypeMirror in,
TypeMirror out,
boolean outPutAsParam) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areDeclared() |
boolean |
areEnums() |
boolean |
areSameDeclared() |
boolean |
areSamePrimitive() |
boolean |
differs() |
boolean |
equals(Object o) |
boolean |
equalsWithoutOutputAsParam(Object o) |
int |
hashCode() |
TypeMirror |
in() |
TypeMirror |
inArrayComponentType() |
ArrayType |
inAsArrayType() |
DeclaredType |
inAsDeclaredType() |
TypeElement |
inAsTypeElement() |
boolean |
inIsArray() |
protected boolean |
inIsDeclared() |
boolean |
inIsPrimitive() |
TypeKind |
inKind() |
InOutType |
invert() |
boolean |
isDeclaredToPrimitive() |
boolean |
isInArrayComponentDeclared() |
boolean |
isInArrayComponentDeclaredOrArray() |
boolean |
isInArrayComponentPrimitive() |
boolean |
isOutPutAsParam() |
boolean |
isPrimitiveToDeclared() |
TypeMirror |
out() |
TypeMirror |
outArrayComponentType() |
ArrayType |
outAsArrayType() |
DeclaredType |
outAsDeclaredType() |
TypeElement |
outAsTypeElement() |
boolean |
outIsDeclared() |
protected boolean |
outIsPrimitive() |
TypeKind |
outKind() |
String |
toString() |
public InOutType(InOutType ioType, boolean outPutAsParam)
public InOutType(TypeMirror in, TypeMirror out, boolean outPutAsParam)
public boolean equalsWithoutOutputAsParam(Object o)
public boolean areSamePrimitive()
public boolean areDeclared()
public DeclaredType inAsDeclaredType()
public TypeElement inAsTypeElement()
public boolean areEnums()
public boolean inIsArray()
public ArrayType inAsArrayType()
public boolean isInArrayComponentPrimitive()
public TypeMirror inArrayComponentType()
public boolean isInArrayComponentDeclared()
public TypeMirror in()
public TypeMirror out()
public TypeMirror outArrayComponentType()
public ArrayType outAsArrayType()
public boolean isInArrayComponentDeclaredOrArray()
public TypeElement outAsTypeElement()
public boolean differs()
public DeclaredType outAsDeclaredType()
public boolean inIsPrimitive()
public boolean areSameDeclared()
public boolean outIsDeclared()
public boolean isPrimitiveToDeclared()
public TypeKind inKind()
public boolean isDeclaredToPrimitive()
protected boolean outIsPrimitive()
protected boolean inIsDeclared()
public TypeKind outKind()
public boolean isOutPutAsParam()
public InOutType invert()
Copyright © 2017. All Rights Reserved.