Class ApexTreeBuilder
- 
                    
                    
- All Implemented Interfaces:
 
public final class ApexTreeBuilder 
- 
                
                    
                    
- 
                                
                            
                                
Constructor Summary
Constructors Constructor Description ApexTreeBuilder(Parser.ParserTask task, ApexLanguageProcessor proc) 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description final ASTApexFilebuildTree(CompilationUnit compilationUnit)Builds and returns an ASTApexFile corresponding to the given CompilationUnit. - 
                    
                    
                    
- 
                                
                            
                                
Constructor Detail
- 
                                        
ApexTreeBuilder
ApexTreeBuilder(Parser.ParserTask task, ApexLanguageProcessor proc)
 
 - 
                                        
 
- 
                                
                            
                                
Method Detail
- 
                                        
buildTree
final ASTApexFile buildTree(CompilationUnit compilationUnit)
Builds and returns an ASTApexFile corresponding to the given CompilationUnit.
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -