public class TypedefDeclaration extends Declaration
typedef ::= 'typedef' {name} '=' {type}
| Constructor and Description |
|---|
TypedefDeclaration(String documentation,
ThriftToken typedefToken,
ThriftToken name,
List<ThriftToken> type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getType() |
ThriftToken |
getTypedefToken() |
List<ThriftToken> |
getTypeTokens() |
getAnnotations, getDocumentation, getName, getNameTokenpublic TypedefDeclaration(@Nullable String documentation, @Nonnull ThriftToken typedefToken, @Nonnull ThriftToken name, @Nonnull List<ThriftToken> type)
@Nonnull public ThriftToken getTypedefToken()
@Nonnull public List<ThriftToken> getTypeTokens()
Copyright © 2015–2020 morimekta.net. All rights reserved.