Package net.sourceforge.pmd.lang.scala.ast
package net.sourceforge.pmd.lang.scala.ast
-
ClassDescriptionThe ASTCase node implementation.The ASTCtorPrimary node implementation.The ASTCtorSecondary node implementation.The ASTDeclDef node implementation.The ASTDeclType node implementation.The ASTDeclVal node implementation.The ASTDeclVar node implementation.The ASTDefnClass node implementation.The ASTDefnDef node implementation.The ASTDefnMacro node implementation.The ASTDefnObject node implementation.The ASTDefnTrait node implementation.The ASTDefnType node implementation.The ASTDefnVal node implementation.The ASTDefnVar node implementation.The ASTEnumeratorGenerator node implementation.The ASTEnumeratorGuard node implementation.The ASTEnumeratorVal node implementation.The ASTImport node implementation.The ASTImporteeName node implementation.The ASTImporteeRename node implementation.The ASTImporteeUnimport node implementation.The ASTImporteeWildcard node implementation.The ASTImporter node implementation.The ASTInit node implementation.The ASTLitBoolean node implementation.The ASTLitByte node implementation.The ASTLitChar node implementation.The ASTLitDouble node implementation.The ASTLitFloat node implementation.The ASTLitInt node implementation.The ASTLitLong node implementation.The ASTLitNull node implementation.The ASTLitShort node implementation.The ASTLitString node implementation.The ASTLitSymbol node implementation.The ASTLitUnit node implementation.The ASTMemberParamClauseGroup node implementation.The ASTModAbstract node implementation.The ASTModAnnot node implementation.The ASTModCase node implementation.The ASTModContravariant node implementation.The ASTModCovariant node implementation.The ASTModFinal node implementation.The ASTModImplicit node implementation.The ASTModInline node implementation.The ASTModLazy node implementation.The ASTModOverride node implementation.The ASTModPrivate node implementation.The ASTModProtected node implementation.The ASTModSealed node implementation.The ASTModValParam node implementation.The ASTModVarParam node implementation.The ASTNameAnonymous node implementation.The ASTNameIndeterminate node implementation.The ASTPatAlternative node implementation.The ASTPatArgClause node implementation.The ASTPatBind node implementation.The ASTPatExtract node implementation.The ASTPatExtractInfix node implementation.The ASTPatInterpolate node implementation.The ASTPatSeqWildcard node implementation.The ASTPatTuple node implementation.The ASTPatTyped node implementation.The ASTPatVar node implementation.The ASTPatWildcard node implementation.The ASTPatXml node implementation.The ASTPkg node implementation.The ASTPkgBody node implementation.The ASTPkgObject node implementation.The ASTQuasi node implementation.The ASTSelf node implementation.The ASTSource node implementation.The ASTTemplate node implementation.The ASTTemplateBody node implementation.The ASTTermAnnotate node implementation.The ASTTermApply node implementation.The ASTTermApplyInfix node implementation.The ASTTermApplyType node implementation.The ASTTermApplyUnary node implementation.The ASTTermArgClause node implementation.The ASTTermAscribe node implementation.The ASTTermAssign node implementation.The ASTTermBlock node implementation.The ASTTermCasesBlock node implementation.The ASTTermDo node implementation.The ASTTermEta node implementation.The ASTTermFor node implementation.The ASTTermForYield node implementation.The ASTTermFunction node implementation.The ASTTermIf node implementation.The ASTTermInterpolate node implementation.The ASTTermMatch node implementation.The ASTTermName node implementation.The ASTTermNew node implementation.The ASTTermNewAnonymous node implementation.The ASTTermParam node implementation.The ASTTermParamClause node implementation.The ASTTermPartialFunction node implementation.The ASTTermPlaceholder node implementation.The ASTTermRepeated node implementation.The ASTTermReturn node implementation.The ASTTermSelect node implementation.The ASTTermSuper node implementation.The ASTTermThis node implementation.The ASTTermThrow node implementation.The ASTTermTry node implementation.The ASTTermTryWithHandler node implementation.The ASTTermTuple node implementation.The ASTTermWhile node implementation.The ASTTermXml node implementation.The ASTTypeAnd node implementation.The ASTTypeAnnotate node implementation.The ASTTypeApply node implementation.The ASTTypeApplyInfix node implementation.The ASTTypeArgClause node implementation.The ASTTypeBounds node implementation.The ASTTypeByName node implementation.The ASTTypeExistential node implementation.The ASTTypeFuncParamClause node implementation.The ASTTypeFunction node implementation.The ASTTypeImplicitFunction node implementation.The ASTTypeLambda node implementation.The ASTTypeMethod node implementation.The ASTTypeName node implementation.The ASTTypeOr node implementation.The ASTTypeParam node implementation.The ASTTypeParamClause node implementation.The ASTTypePlaceholder node implementation.The ASTTypeProject node implementation.The ASTTypeRefine node implementation.The ASTTypeRepeated node implementation.The ASTTypeSelect node implementation.The ASTTypeSingleton node implementation.The ASTTypeTuple node implementation.The ASTTypeVar node implementation.The ASTTypeWith node implementation.ScalaNode<T extends scala.meta.Tree>A Base interface of a Scala Node.Scala's Parser implementation.ScalaVisitor<D,
R> A Visitor Pattern Interface for the Scala AST.ScalaVisitorBase<D,R> An Adapter for the Scala Parser that implements the Visitor Pattern.