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 String
LiteralUtils.getAsStringValue
(LiteralTree tree) org.sonarsource.analyzer.commons.regex.RegexParseResult
DefaultJavaFileScannerContext.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.RegexParseResult
RegexCache.getRegexForLiterals
(org.sonarsource.analyzer.commons.regex.ast.FlagSet initialFlags, LiteralTree... stringLiterals) org.sonarsource.analyzer.commons.regex.RegexParseResult
RegexScannerContext.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 TypeMethodDescriptionvoid
BaseTreeVisitor.visitLiteral
(LiteralTree tree) void
TreeVisitor.visitLiteral
(LiteralTree tree)