|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jet.core.parser.ast.JETASTElement
org.eclipse.jet.core.parser.ast.BodyElement
org.eclipse.jet.core.parser.ast.JavaElement
public abstract class JavaElement
Abstract representation of JET AST elements that contain Java code
This class is not intended to be subclassed by clients
Method Summary | |
---|---|
java.lang.String |
getJavaContent()
Return the Java content of the element |
int |
getJavaEnd()
The document relative offset of the first character after the Java code. |
int |
getJavaStart()
The document relative offset of the Java code within the element. |
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 |
Method Detail |
---|
public final int getJavaStart()
public final int getJavaEnd()
public java.lang.String getJavaContent()
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |