Class EcmascriptVisitorBase<P,​R>

  • Type Parameters:
    P - Parameter of the visit
    R - Return type of the visit
    All Implemented Interfaces:
    AstVisitor<P,​R>, EcmascriptVisitor<P,​R>

    public abstract class EcmascriptVisitorBase<P,​R>
    extends AstVisitorBase<P,​R>
    implements EcmascriptVisitor<P,​R>
    A base visitor that by default does a top-down visit of the tree.
    • Constructor Detail

      • EcmascriptVisitorBase

        public EcmascriptVisitorBase()