Class ConstDeclaration


  • public class ConstDeclaration
    extends Declaration
    Declaration of a const value.
    
     const ::= 'const' {type} {name} '=' {value} {annotations}?;
     
    • Method Detail

      • getType

        public java.lang.String getType()
      • getTypeTokens

        public java.util.List<ThriftToken> getTypeTokens()
      • getValue

        public java.lang.String getValue()
      • getValueTokens

        public java.util.List<ThriftToken> getValueTokens()