Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


org.eclipse.jet.core.parser.ast
Class BodyElement

java.lang.Object
  extended by 

org.eclipse.jet.core.parser.ast.JETASTElement
      extended by 
org.eclipse.jet.core.parser.ast.BodyElement
Direct Known Subclasses:
Comment, EmbeddedExpression, IncludedContent, JavaElement, JETDirective, TextElement, XMLBodyElementEnd, XMLElement

public abstract class BodyElement
extends JETASTElement

Abstract element representing elements in the body of a compilation unit or another tag.

This class is not intended to be subclassed by clients


Constructor Summary
protected BodyElement ( JETAST ast, int line, int column, int start, int end)
          initialize a BodyElement
 
Method Summary
 
Methods inherited from class org.eclipse.jet.core.parser.ast. JETASTElement
accept, accept0, getAst, getColumn, getEnd, getLine, getNextElement, getParent, getPrevElement, getStart, removeLineWhenOtherwiseEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BodyElement

protected BodyElement(
JETAST ast,
                      int line,
                      int column,
                      int start,
                      int end)
initialize a BodyElement

Parameters:
ast - the parent AST
line - the start line of the element
column - the start column
start - the zero-based offset of the first char of the element from the start of the document
end - the zero-based offset of the next char after the element from the start of the document

Copyright 2006 IBM Corporation and others.
All Rights Reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire