Uses of Interface
de.isas.lipidomics.palinom.GoslinVisitor
-
Packages that use GoslinVisitor Package Description de.isas.lipidomics.palinom This package contains the parser implementations for the lipid grammars.de.isas.lipidomics.palinom.goslin This package contains the parser implementation for the Goslin grammar. -
-
Uses of GoslinVisitor in de.isas.lipidomics.palinom
Classes in de.isas.lipidomics.palinom that implement GoslinVisitor Modifier and Type Class Description classGoslinBaseVisitor<T>This class provides an empty implementation ofGoslinVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods. -
Uses of GoslinVisitor in de.isas.lipidomics.palinom.goslin
Classes in de.isas.lipidomics.palinom.goslin that implement GoslinVisitor Modifier and Type Class Description classGoslinVisitorImplBase visitor implementation for the Goslin grammar.
-