-
Classes Class Description net.sourceforge.pmd.lang.java.ast.SyntacticJavaTokenizerFactory This implementation has been superseded. It is not necessary to parse Java code in order to tokenize it.
-
Methods Method Description net.sourceforge.pmd.lang.java.ast.ASTFieldDeclaration.getVariableName() FieldDeclaration may declare several variables, so this is not exhaustive Iterate on the VariableIds insteadnet.sourceforge.pmd.lang.java.ast.ASTLambdaExpression.getBlock() net.sourceforge.pmd.lang.java.ast.ASTLambdaExpression.getExpression() net.sourceforge.pmd.lang.java.ast.ASTResource.getStableName() Since 7.1.0. This method is not very useful because the expression might be complex and not have a real "name". In this case we return the expression pretty printed.net.sourceforge.pmd.lang.java.ast.SyntacticJavaTokenizerFactory.createTokenizer(CharStream) net.sourceforge.pmd.lang.java.rule.design.SingularFieldRule.mayBeSingular(ModifierOwner) This method will be removed. Don't use it.net.sourceforge.pmd.lang.java.types.TypeOps.isConvertible(JTypeMirror, JTypeMirror, boolean)