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

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

Uses of Block in org.teatrove.tea.compiler
 

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

Uses of Block in org.teatrove.tea.parsetree
 

Methods in org.teatrove.tea.parsetree that return Block
 Block ForeachStatement.getBody()
           
 Block IfStatement.getElsePart()
           
 Block CallExpression.getSubstitutionParam()
           
 Block IfStatement.getThenPart()
           
protected  Block TreeMutator.visitBlock(Block block)
          Visit a Block to ensure that new Statement is a Block.
 

Methods in org.teatrove.tea.parsetree with parameters of type Block
 void ForeachStatement.setBody(Block body)
           
 void IfStatement.setElsePart(Block block)
           
 void CallExpression.setSubstitutionParam(Block subParam)
           
 void IfStatement.setThenPart(Block block)
           
 Object NodeVisitor.visit(Block node)
           
 Object TreeMutator.visit(Block node)
           
 Object TreeWalker.visit(Block node)
           
protected  Block TreeMutator.visitBlock(Block block)
          Visit a Block to ensure that new Statement is a Block.
 

Constructors in org.teatrove.tea.parsetree with parameters of type Block
CallExpression(SourceInfo info, Expression expression, Name target, ExpressionList params, Block subParam)
           
ForeachStatement(SourceInfo info, VariableRef loopVar, Expression range, Expression endRange, boolean reverse, Block body)
           
FunctionCallExpression(SourceInfo info, Expression expression, Name target, ExpressionList params, Block subParam)
           
IfStatement(SourceInfo info, Expression condition, Block thenPart)
           
IfStatement(SourceInfo info, Expression condition, Block thenPart, Block elsePart)
           
TemplateCallExpression(SourceInfo info, Expression expression, Name target, ExpressionList params, Block subParam)
           
 



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