Uses of Interface
org.sonar.plugins.java.api.tree.LiteralTree
-
Packages that use LiteralTree Package Description org.sonar.java.model org.sonar.java.model.expression org.sonar.java.regex org.sonar.plugins.java.api.tree 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 LiteralTree Modifier and Type Method Description static 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 Modifier and Type Class Description class
LiteralTreeImpl
-
Uses of LiteralTree in org.sonar.java.regex
Methods in org.sonar.java.regex with parameters of type LiteralTree Modifier and Type Method Description org.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 Constructor Description JavaAnalyzerRegexSource(List<LiteralTree> stringLiterals)
-
Uses of LiteralTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type LiteralTree Modifier and Type Method Description void
BaseTreeVisitor. visitLiteral(LiteralTree tree)
void
TreeVisitor. visitLiteral(LiteralTree tree)
-