4041424344454647
* * @param offset - offset of Node in file */ public AbstractAtgAstNode(int offset) { super(); this.region = new AtgAstRegion(); this.region.setOffset(offset); }