Class ADLParser

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DONT_SET_AUTH_TYPE_FIELD
      Using this value in the auth_type field of a BrokerTerritoryInfo instance signifies that it is not to be set when importing a territory using the BrokerCompleteTerritory class.
      static int DONT_SET_REQUIRED_ENCRYPTION_FIELD
      Using this value in the required_encryption field of a BrokerClientGroupInfo instance signifies that it is not to be set when importing a client declaration using the BrokerCompleteClient class.
    • Constructor Summary

      Constructors 
      Constructor Description
      ADLParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Goal getGoal()  
      void parseADLFile​(java.io.Reader reader)  
      void parserError​(Parser p, int severity, java.lang.String sevname, java.lang.String msg)  
      short yylex​(java.lang.Object lexrock, java.lang.Object yylval)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DONT_SET_REQUIRED_ENCRYPTION_FIELD

        public static final int DONT_SET_REQUIRED_ENCRYPTION_FIELD
        Using this value in the required_encryption field of a BrokerClientGroupInfo instance signifies that it is not to be set when importing a client declaration using the BrokerCompleteClient class. See also BrokerCompleteTerritory.
        See Also:
        Constant Field Values
      • DONT_SET_AUTH_TYPE_FIELD

        public static final int DONT_SET_AUTH_TYPE_FIELD
        Using this value in the auth_type field of a BrokerTerritoryInfo instance signifies that it is not to be set when importing a territory using the BrokerCompleteTerritory class.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ADLParser

        public ADLParser()
    • Method Detail

      • getGoal

        public Goal getGoal()
      • yylex

        public short yylex​(java.lang.Object lexrock,
                           java.lang.Object yylval)
        Specified by:
        yylex in interface ParserLexer
      • parserError

        public void parserError​(Parser p,
                                int severity,
                                java.lang.String sevname,
                                java.lang.String msg)
        Specified by:
        parserError in interface ParserError