Class ZapNode

All Implemented Interfaces:
NodeVisitable

public class ZapNode extends AbstractNode<Zap>
A filler node
Author:
Guillaume CHAUVET
  • Constructor Details

    • ZapNode

      public ZapNode(Zap annotation)
      Construct a filler node
      Parameters:
      annotation - the filler annotation
  • Method Details

    • getLength

      public int getLength()
      Get the filler length area
      Returns:
      the length
    • getPadding

      public char getPadding()
      Get the padder charactere
      Returns:
      the padding value
    • accept

      public void accept(NodeVisitor visitor)
      Consume a visitor
      Parameters:
      visitor - an instance