FlagsAttributeImpl flagsAttr = new FlagsAttributeImpl();
flagsAttr.setFlags( 435 );
tokens.get( 0 ).add( flagsAttr );
TypeAttributeImpl typeAttr = new TypeAttributeImpl();
typeAttr.setType( "acronym" );
tokens.get( 0 ).add( typeAttr );
OffsetAttributeImpl offsetAttr = new OffsetAttributeImpl();
offsetAttr.setOffset( 4, 7 );
tokens.get( 0 ).add( offsetAttr );