Class TransformingVisitor<T>

    • Constructor Detail

      • TransformingVisitor

        public TransformingVisitor()
    • Method Detail

      • applyTo

        public T applyTo​(AstNode node)
        Apply this visitor to the given AST returning the result.
      • getResult

        public abstract T getResult()
        Return the result of visiting the AST.