Uses of Class
com.lyncode.jtwig.tree.structural.Block

Packages that use Block
com.lyncode.jtwig.tree.api   
com.lyncode.jtwig.tree.content   
com.lyncode.jtwig.tree.documents   
com.lyncode.jtwig.tree.structural   
 

Uses of Block in com.lyncode.jtwig.tree.api
 

Methods in com.lyncode.jtwig.tree.api with parameters of type Block
 boolean Content.replace(Block expression)
           
 

Uses of Block in com.lyncode.jtwig.tree.content
 

Methods in com.lyncode.jtwig.tree.content with parameters of type Block
 boolean Text.replace(Block expression)
           
 boolean SetVariable.replace(Block expression)
           
 boolean Output.replace(Block expression)
           
 boolean JtwigContent.replace(Block expression)
           
 boolean IfExpression.replace(Block expression)
           
 boolean IfExpression.ElseIfExpression.replace(Block expression)
           
 boolean IfExpression.ElseExpression.replace(Block expression)
           
 boolean ForLoop.replace(Block expression)
           
 

Uses of Block in com.lyncode.jtwig.tree.documents
 

Methods in com.lyncode.jtwig.tree.documents with parameters of type Block
 boolean JtwigExtendsDocument.add(Block block)
           
 boolean JtwigRootDocument.replace(Block expression)
           
 boolean JtwigExtendsDocument.replace(Block expression)
           
 

Uses of Block in com.lyncode.jtwig.tree.structural
 

Methods in com.lyncode.jtwig.tree.structural that return Block
 Block Block.compile(JtwigResource resource)
           
 

Methods in com.lyncode.jtwig.tree.structural with parameters of type Block
 boolean Include.replace(Block expression)
           
 boolean Block.replace(Block expression)
           
 



Copyright © 2014. All Rights Reserved.