public interface Type extends Element
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSame(Type other)
Compare to other type, and returns
true iff both type are same. |
Type |
map(PropertyMappingKind mapping)
Returns the mapped result type.
|
getOriginalAstType map(PropertyMappingKind mapping)
mapping - the mapping functionnull if mapping is not definedIllegalArgumentException - if some parameters were nullboolean isSame(Type other)
true iff both type are same.other - the type compared totrue iff this and the other type are sameIllegalArgumentException - if some parameters were nullCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.