Uses of Class
org.eclipse.internal.xpand2.ast.ProtectStatement

Packages that use ProtectStatement
org.eclipse.internal.xpand2.ast AST of the Xpand language 
org.eclipse.internal.xpand2.parser Parser for the Xpand language 
 

Uses of ProtectStatement in org.eclipse.internal.xpand2.ast
 

Methods in org.eclipse.internal.xpand2.ast with parameters of type ProtectStatement
protected  Object AbstractXpandVisitor.visitProtectStatement(ProtectStatement node)
           
 

Uses of ProtectStatement in org.eclipse.internal.xpand2.parser
 

Methods in org.eclipse.internal.xpand2.parser that return ProtectStatement
 ProtectStatement XpandFactory.createProtectStatement(Expression startC, Expression endC, Expression id, boolean disabled, List<Statement> s)
           
 ProtectStatement XpandParser.protectStatement()
           
 



Copyright © 2015. All rights reserved.