Uses of Class
org.variantsync.boosting.parsing.AbstractAST
Packages that use AbstractAST
Package
Description
- 
Uses of AbstractAST in org.variantsync.boosting.datastructure
Methods in org.variantsync.boosting.datastructure that return AbstractASTModifier and TypeMethodDescriptionMainTree.getTree()Retrieves the AbstractAST tree associated with this MainTree.Constructors in org.variantsync.boosting.datastructure with parameters of type AbstractASTModifierConstructorDescriptionMainTree(AbstractAST tree) Initializes a MainTree object with the given AbstractAST tree. - 
Uses of AbstractAST in org.variantsync.boosting.parsing
Subclasses of AbstractAST in org.variantsync.boosting.parsing - 
Uses of AbstractAST in org.variantsync.boosting.product
Methods in org.variantsync.boosting.product that return AbstractASTModifier and TypeMethodDescriptionVariant.getProductAst()Returns the Abstract Syntax Tree (AST) representing the variant.Constructors in org.variantsync.boosting.product with parameters of type AbstractASTModifierConstructorDescriptionVariant(String name, CustomHashSet<ASTNode> astNodesMainTree, AbstractAST productAST, CustomHashSet<Feature> features) Constructs a new Variant object with the given parameters.