Packages

package parser

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class DefaultAstVisitor extends NodeVisitor[LexicalContext]
  2. class GeneralizingAstVisitor[T] extends TranslatorNodeVisitor[LexicalContext, T]

    This visitor mapped the enterXXX methods to the visit() to provide an interface which is closer to the original pattern.

    This visitor mapped the enterXXX methods to the visit() to provide an interface which is closer to the original pattern. Furthermore, a not overridden visit() implementation calls the visit() method for the next type in the class hierarchy to allow using code to handle certain AST parts in a generalized way on any part of the class hierarchy.

  3. class JsSource extends AnyRef

Ungrouped