| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SourceLexicalElement
A lexical element is what the JLS refers to as an input element in section 3.5.
| Field Summary | |
|---|---|
static SourceLexicalElement[] | 
EMPTY_ARRAY
 | 
| Fields inherited from interface oracle.javatools.parser.java.v2.model.SourceElement | 
|---|
CHILDREN_ALL, CHILDREN_BLANKLINES, CHILDREN_COMMENTS, CHILDREN_default, CHILDREN_none, CHILDREN_REGULAR, PRINT_ALL, REFORMAT_ALL, REFORMAT_INDENT | 
| Method Summary | |
|---|---|
 java.lang.String | 
getText()
Gets the raw text for this SourceElement.  | 
 int | 
getTokenValue()
 | 
 void | 
setText(java.lang.String text)
Attempts to replace the text of this lexical element with the input raw text.  | 
| Methods inherited from interface oracle.javatools.parser.java.v2.model.SourceElement | 
|---|
addSelf, addSelf, addSelfAfter, addSelfBefore, clearBinding, cloneSelf, compile, getBinding, getChildren, getChildren, getCompiledObject, getContainedElements, getEndOffset, getOwningFile, getOwningSourceFile, getParent, getSiblingAfter, getSiblingBefore, getSiblings, getSiblings, getStartOffset, getSymbolKind, print, print, reformatSelf, removeSelf, replaceSelf, resolve, setBinding, setContext, visitSelf | 
| Field Detail | 
|---|
static final SourceLexicalElement[] EMPTY_ARRAY
| Method Detail | 
|---|
int getTokenValue()
java.lang.String getText()
SourceElement
getText in interface SourceElementvoid setText(java.lang.String text)
java.lang.UnsupportedOperationException - if this operation is illegal.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||