Class PunctuationOPToken

java.lang.Object
com.tangosol.coherence.dsltools.precedence.OPToken
com.tangosol.coherence.dsltools.precedence.PunctuationOPToken
Direct Known Subclasses:
EndOfStatementOPToken, EndOPToken

public class PunctuationOPToken extends OPToken
PunctuationOPToken is used in situations where you need a place holder to test for something like a ",". There is typically not useful to ASTs but serves as a separtor.
Author:
djl 2009.03.14
  • Constructor Details

    • PunctuationOPToken

      public PunctuationOPToken(String sId)
      Construct a new PunctuationOPToken with the given parameters.
      Parameters:
      sId - string identifier for this token