Class ClauseState

All Implemented Interfaces:
ExpressionOwner, ContentHandler
Direct Known Subclasses:
AttPoolState, InlineTagState, TagState

abstract class ClauseState extends SimpleState implements ExpressionOwner
common part of <tag> and <attPool>.
  • Field Details

    • exp

      protected Expression exp
      expression object that is being created. See #castPattern and #annealPattern methods for how will a pattern be created.
  • Constructor Details

    • ClauseState

      ClauseState()
  • Method Details