Class DefineState

All Implemented Interfaces:
ExpressionOwner, ContentHandler

public class DefineState extends DefineState
parses <define> declaration.
  • Constructor Details

    • DefineState

      public DefineState()
  • Method Details

    • doCombine

      protected Expression doCombine(ReferenceExp baseExp, Expression newExp, String combine)
      combines two expressions into one as specified by the combine parameter, and returns a new expression. If the combine parameter is invalid, then return null.
      Specified by:
      doCombine in class DefineState