Uses of Class
de.uni_paderborn.fujaba.asg.ASGUnparseInformation

Packages that use ASGUnparseInformation
de.uni_paderborn.fujaba.asg The Abstract Syntax Graph model. 
 

Uses of ASGUnparseInformation in de.uni_paderborn.fujaba.asg
 

Subclasses of ASGUnparseInformation in de.uni_paderborn.fujaba.asg
 class ASGCollapsableUnparseInformation
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.asg that return ASGUnparseInformation
 ASGUnparseInformation ASGInformation.getParent()
          Get the parent attribute of the ASGInformation object
 ASGUnparseInformation ASGElement.getFromUnparseInformations(ASGElement key)
           
 

Methods in de.uni_paderborn.fujaba.asg with parameters of type ASGUnparseInformation
 boolean ASGInformation.setParent(java.lang.String key, ASGUnparseInformation value)
          Sets the parent attribute of the ASGInformation object
 boolean ASGElement.removeFromUnparseInformations(ASGElement key, ASGUnparseInformation value)
           
 boolean ASGElement.removeFromUnparseInformations(ASGUnparseInformation value)
           
 boolean ASGElement.addToUnparseInformations(ASGElement key, ASGUnparseInformation value)
          add an information about unparsing of this ASGElement
 

Constructors in de.uni_paderborn.fujaba.asg with parameters of type ASGUnparseInformation
ASGUnparseInformation(ASGUnparseInformation toCopy)
          copy ctor