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.
|
getOriginalAst
Type map(PropertyMappingKind mapping)
mapping
- the mapping functionnull
if mapping is not definedIllegalArgumentException
- if some parameters were null
boolean 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 null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.