Uses of Class
org.teatrove.tea.parsetree.Directive

Packages that use Directive
org.teatrove.tea.compiler   
org.teatrove.tea.parsetree   
 

Uses of Directive in org.teatrove.tea.compiler
 

Methods in org.teatrove.tea.compiler with parameters of type Directive
 Object TypeChecker.Visitor.visit(Directive node)
           
 

Uses of Directive in org.teatrove.tea.parsetree
 

Subclasses of Directive in org.teatrove.tea.parsetree
 class ImportDirective
          An import directive allows for a shorthand name qualifier for type names
 

Methods in org.teatrove.tea.parsetree that return types with arguments of type Directive
 List<Directive> Template.getDirectives()
           
 

Constructor parameters in org.teatrove.tea.parsetree with type arguments of type Directive
Template(SourceInfo info, Name name, Variable[] params, boolean subParam, Statement statement, List<Directive> directiveList)
           
 



Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.