Class ZapNode
- All Implemented Interfaces:
NodeVisitable
-
Field Summary
Fields inherited from class pro.cyberyon.mojet.nodes.AbstractNode
accessor, annotation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(NodeVisitor visitor) Consume a visitorintGet the filler length areacharGet the padder charactere
-
Constructor Details
-
ZapNode
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
-