Class IncludeDeclaration
- java.lang.Object
-
- net.morimekta.providence.reflect.model.IncludeDeclaration
-
public class IncludeDeclaration extends java.lang.Objectinclude ::= 'include' {file_path} ('as' {programName})?
-
-
Constructor Summary
Constructors Constructor Description IncludeDeclaration(ThriftToken includeToken, ThriftToken filePath, ThriftToken programNameAlias)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFilePath()ThriftTokengetFilePathToken()ThriftTokengetIncludeToken()java.lang.StringgetProgramName()ThriftTokengetProgramNameToken()java.lang.StringtoString()
-
-
-
Constructor Detail
-
IncludeDeclaration
public IncludeDeclaration(@Nonnull ThriftToken includeToken, @Nonnull ThriftToken filePath, @Nullable ThriftToken programNameAlias)
-
-
Method Detail
-
getIncludeToken
@Nonnull public ThriftToken getIncludeToken()
-
getFilePath
@Nonnull public java.lang.String getFilePath()
-
getFilePathToken
@Nonnull public ThriftToken getFilePathToken()
-
getProgramName
@Nonnull public java.lang.String getProgramName()
-
getProgramNameToken
@Nullable public ThriftToken getProgramNameToken()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-