Class AbstractQueryPlusStatementBuilder.AbstractOPToken

java.lang.Object
com.tangosol.coherence.dsltools.precedence.OPToken
com.tangosol.coherence.dsltools.precedence.IdentifierOPToken
com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractOPToken
Direct Known Subclasses:
CommandsStatementBuilder.CommandsOPToken, ExtendedLanguageStatementBuilder.ExtendedLanguageCommandOPToken, HelpStatementBuilder.HelpCommandOPToken, SanityCheckStatementBuilder.SanityCheckCommandOPToken, ServicesStatementBuilder.ServicesCommandOPToken, SetTimeoutStatementBuilder.SetTimeoutOPToken, TraceStatementBuilder.TraceCommandOPToken, WheneverStatementBuilder.WheneverCommandOPToken
Enclosing class:
AbstractQueryPlusStatementBuilder

public abstract class AbstractQueryPlusStatementBuilder.AbstractOPToken extends IdentifierOPToken
An OPToken implementation that holds the name of the functor associated to an OPToken.
  • Field Details

    • f_sFunctor

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

    • 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 Details

    • getFunctor

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