Uses of Class
org.eclipse.jet.core.parser.ast.IncludedContent

Packages that use IncludedContent
org.eclipse.jet.core.parser.ast   
 

Uses of IncludedContent in org.eclipse.jet.core.parser.ast
 

Methods in org.eclipse.jet.core.parser.ast that return IncludedContent
 IncludedContent JETAST.newIncludedContent(int line, int colOffset, int start, int end, java.net.URI baseLocation, java.lang.String templatePath)
          Create a new InludedContent element in the AST
 

Methods in org.eclipse.jet.core.parser.ast with parameters of type IncludedContent
 void JETASTVisitor.endVisit(IncludedContent content)
          Post visit a section of included content (JET1 only)
 boolean JETASTVisitor.visit(IncludedContent content)
          Visit a section of included content (JET1 only)
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.