Uses of Interface
uk.co.badgersinfoil.metaas.dom.DocTag

Packages that use DocTag
uk.co.badgersinfoil.metaas.dom Interfaces defining the Document Object Model for an ActionScript 3 source code file. 
 

Uses of DocTag in uk.co.badgersinfoil.metaas.dom
 

Methods in uk.co.badgersinfoil.metaas.dom that return DocTag
 DocTag DocComment.findFirstTag(java.lang.String name)
          Returns the first tagged paragraph in this documentation comment that has a tag name matching the name given.
 

Methods in uk.co.badgersinfoil.metaas.dom with parameters of type DocTag
 void DocComment.delete(DocTag tag)
          Removes the given tag from this comment.
 



Copyright © 2006-2008 David Holroyd. All Rights Reserved.