Class AbstractQueryPlusStatementBuilder.AbstractOPToken

    • Field Detail

      • f_sFunctor

        protected final String f_sFunctor
        The Functor string used by the parser for this token.
    • Constructor Detail

      • AbstractOPToken

        public AbstractOPToken​(String sIdentifier,
                               String sNudASTName,
                               String sFunctor)
        Construct an AbstractOpToken.
        Parameters:
        sIdentifier - the identifier of this AbstractOPToken
        sNudASTName - the name of this token in an AST
        sFunctor - the name of this token's functor
    • Method Detail

      • getFunctor

        public String getFunctor()
        Return the functor for this OPToken.
        Returns:
        the functor string for this OPToken