public class SyntaxTreeRequestResult extends Object implements ISyntaxTreeRequestResult
ISyntaxTreeRequestResult
.Constructor and Description |
---|
SyntaxTreeRequestResult(IASNode tree,
com.google.common.collect.ImmutableSet<String> includedFiles,
long lastModified,
Collection<ICompilerProblem> problems) |
SyntaxTreeRequestResult(long lastModified,
Collection<ICompilerProblem> problems) |
Modifier and Type | Method and Description |
---|---|
IASNode |
getAST() |
com.google.common.collect.ImmutableSet<String> |
getIncludedFiles() |
long |
getLastModified() |
ICompilerProblem[] |
getProblems() |
Set<String> |
getRequiredResourceBundles() |
public SyntaxTreeRequestResult(IASNode tree, com.google.common.collect.ImmutableSet<String> includedFiles, long lastModified, Collection<ICompilerProblem> problems)
public SyntaxTreeRequestResult(long lastModified, Collection<ICompilerProblem> problems)
public ICompilerProblem[] getProblems()
getProblems
in interface IRequestResult
public IASNode getAST()
getAST
in interface ISyntaxTreeRequestResult
public long getLastModified()
getLastModified
in interface ISyntaxTreeRequestResult
ICompilationUnit
was last modifiedpublic Set<String> getRequiredResourceBundles()
getRequiredResourceBundles
in interface ISyntaxTreeRequestResult
public com.google.common.collect.ImmutableSet<String> getIncludedFiles()
getIncludedFiles
in interface ISyntaxTreeRequestResult
Copyright © 2016 The Apache Software Foundation. All rights reserved.