Package org.variantsync.boosting.datastructure
package org.variantsync.boosting.datastructure
-
ClassDescriptionRepresents an association between modules and AST nodes.Represents a node in an Abstract Syntax Tree (AST).A node-type specifies the type of node (e.g., root, file, kind of declaration, etc.).A customized generic implementation of a hash set with additional functionality like building powersets or uniting two sets of elements.Represents a feature with a name.The MainTree represents the AST resulting from merging several product ASTs.A Module holds sets of likely and unlikely features and is mapped through an
Association
ontoASTNode
s.