Home
last modified time | relevance | path

Searched refs:getParserConfiguration (Results 1 – 15 of 15) sorted by relevance

/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/utils/
DSourceRootTest.java24 …sourceRoot.getParserConfiguration().setLanguageLevel(ParserConfiguration.LanguageLevel.BLEEDING_ED… in before()
40 …sourceRoot.parse("", sourceRoot.getParserConfiguration(), (localPath, absolutePath, result) -> Sou… in saveInCallback()
45 …sourceRoot.parseParallelized("", sourceRoot.getParserConfiguration(), ((localPath, absolutePath, r… in saveInCallbackParallelized()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/
DMacro.java227 …if (i > 0 && macroArg.name.startsWith(String.valueOf(rsvc.getParserConfiguration().getDollarChar()… in getArgArray()
280 …ret.append(rsvc.getParserConfiguration().getHashChar()).append(macroArgs.get(0).name).append("( "); in macroToString()
283 ret.append(rsvc.getParserConfiguration().getDollarChar()).append(marg.name); in macroToString()
DRuntimeMacro.java146 …if (t.image.startsWith(")") || t.image.startsWith(rsvc.getParserConfiguration().getHashChar() + "e… in init()
202 … if (pos == -1) pos = t.image.lastIndexOf(rsvc.getParserConfiguration().getHashChar()); in getLiteral()
217 … if (pos == -1) pos = t.image.lastIndexOf(rsvc.getParserConfiguration().getHashChar()); in getLiteral()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/
DASTDirective.java117 …while (t != null && (pos = t.image.lastIndexOf(rsvc.getParserConfiguration().getHashChar())) == -1) in init()
152 … else if( directiveName.startsWith(String.valueOf(rsvc.getParserConfiguration().getAtChar())) ) in init()
320 writer.write(rsvc.getParserConfiguration().getHashChar()); in render()
DASTReference.java323 … rsvc.getParserConfiguration().getDollarChar() + rootString, null, null, uberInfo); in execute()
391 … rsvc.getParserConfiguration().getDollarChar() + rootString, previousResult, null, uberInfo); in execute()
405 …StringBuilder name = new StringBuilder(String.valueOf(rsvc.getParserConfiguration().getDollarChar(… in execute()
967 i = t.image.indexOf(rsvc.getParserConfiguration().getDollarChar()); in getRoot()
1051 int loc1 = t.image.lastIndexOf(rsvc.getParserConfiguration().getDollarChar()); in getRoot()
DASTStringLiteral.java100 …&& ((getFirstToken().image.indexOf(rsvc.getParserConfiguration().getDollarChar()) != -1) || (getFi… in init()
101 .indexOf(rsvc.getParserConfiguration().getHashChar()) != -1)); in init()
DASTIfStatement.java94 …while (t != null && (pos = t.image.lastIndexOf(rsvc.getParserConfiguration().getHashChar())) == -1) in init()
DASTSetDirective.java119 …while (t != null && (pos = t.image.lastIndexOf(rsvc.getParserConfiguration().getHashChar())) == -1) in init()
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/
DIssue1485Test.java33 javaParser.getParserConfiguration().setSymbolResolver(new JavaSymbolSolver(typeSolver)); in issue1485withoutSpecifyingJARs()
DIssue1946Test.java29 jp.getParserConfiguration().setSymbolResolver(new JavaSymbolSolver(typeSolver)); in issueWithInternalEnumConstantReference()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DSourceZip.java140 public ParserConfiguration getParserConfiguration() { in getParserConfiguration() method in SourceZip
DSourceRoot.java517 public ParserConfiguration getParserConfiguration() { in getParserConfiguration() method in SourceRoot
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeServices.java497 ParserConfiguration getParserConfiguration(); in getParserConfiguration() method
DRuntimeInstance.java2021 public ParserConfiguration getParserConfiguration() in getParserConfiguration() method in RuntimeInstance
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DJavaParser.java80 public ParserConfiguration getParserConfiguration() { in getParserConfiguration() method in JavaParser