Uses of Interface
org.sonar.plugins.java.api.tree.LiteralTree
Packages that use LiteralTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of LiteralTree in org.sonar.java.model
Methods in org.sonar.java.model with parameters of type LiteralTreeModifier and TypeMethodDescriptionstatic StringLiteralUtils.getAsStringValue(LiteralTree tree) org.sonarsource.analyzer.commons.regex.RegexParseResultDefaultJavaFileScannerContext.regexForLiterals(org.sonarsource.analyzer.commons.regex.ast.FlagSet initialFlags, LiteralTree... stringLiterals) -
Uses of LiteralTree in org.sonar.java.model.expression
Classes in org.sonar.java.model.expression that implement LiteralTree -
Uses of LiteralTree in org.sonar.java.model.pattern
Methods in org.sonar.java.model.pattern that return LiteralTreeConstructors in org.sonar.java.model.pattern with parameters of type LiteralTree -
Uses of LiteralTree in org.sonar.java.regex
Methods in org.sonar.java.regex with parameters of type LiteralTreeModifier and TypeMethodDescriptionorg.sonarsource.analyzer.commons.regex.RegexParseResultRegexCache.getRegexForLiterals(org.sonarsource.analyzer.commons.regex.ast.FlagSet initialFlags, LiteralTree... stringLiterals) org.sonarsource.analyzer.commons.regex.RegexParseResultRegexScannerContext.regexForLiterals(org.sonarsource.analyzer.commons.regex.ast.FlagSet initialFlags, LiteralTree... stringLiterals) Constructor parameters in org.sonar.java.regex with type arguments of type LiteralTree -
Uses of LiteralTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree that return LiteralTreeMethods in org.sonar.plugins.java.api.tree with parameters of type LiteralTreeModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitLiteral(LiteralTree tree) voidTreeVisitor.visitLiteral(LiteralTree tree)