public class IncludeDeclaration extends Object
include ::= 'include' {file_path} ('as' {programName})?
| Constructor and Description |
|---|
IncludeDeclaration(ThriftToken includeToken,
ThriftToken filePath,
ThriftToken programNameAlias) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilePath() |
ThriftToken |
getFilePathToken() |
ThriftToken |
getIncludeToken() |
String |
getProgramName() |
ThriftToken |
getProgramNameToken() |
String |
toString() |
public IncludeDeclaration(@Nonnull ThriftToken includeToken, @Nonnull ThriftToken filePath, @Nullable ThriftToken programNameAlias)
@Nonnull public ThriftToken getIncludeToken()
@Nonnull public ThriftToken getFilePathToken()
@Nullable public ThriftToken getProgramNameToken()
Copyright © 2015–2020 morimekta.net. All rights reserved.