Uses of Class
net.sourceforge.pmd.lang.apex.ast.ASTApexFile
-
Packages that use ASTApexFile Package Description net.sourceforge.pmd.lang.apex.ast -
-
Uses of ASTApexFile in net.sourceforge.pmd.lang.apex.ast
Methods in net.sourceforge.pmd.lang.apex.ast that return ASTApexFile Modifier and Type Method Description @NonNull ASTApexFileApexNode. getRoot()@NonNull ASTApexFileASTApexFile. getRoot()ASTApexFileApexParser. parse(Parser.ParserTask task)Methods in net.sourceforge.pmd.lang.apex.ast that return types with arguments of type ASTApexFile Modifier and Type Method Description AstInfo<ASTApexFile>ASTApexFile. getAstInfo()Methods in net.sourceforge.pmd.lang.apex.ast with parameters of type ASTApexFile Modifier and Type Method Description default RApexVisitor. visit(ASTApexFile node, P data)
-