|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAtom | |
---|---|
org.prorefactor.refactor.source | This package is incomplete. |
Uses of IAtom in org.prorefactor.refactor.source |
---|
Classes in org.prorefactor.refactor.source that implement IAtom | |
---|---|
class |
Atom
One or more characters in a source file, which could never be split between two tokens. |
class |
AtomRef
A reference to an Atom. |
Methods in org.prorefactor.refactor.source that return IAtom | |
---|---|
static IAtom |
Atom.getFirst(IAtom position)
Given an IAtom, repeat through prev() until the first is found |
IAtom |
Declaration.getFirstAtom()
The first atom in this declaration's "value" |
IAtom |
Atom.next()
|
IAtom |
AtomRef.next()
|
IAtom |
IAtom.next()
|
IAtom |
Atom.prev()
|
IAtom |
AtomRef.prev()
|
IAtom |
IAtom.prev()
|
Methods in org.prorefactor.refactor.source with parameters of type IAtom | |
---|---|
static IAtom |
Atom.getFirst(IAtom position)
Given an IAtom, repeat through prev() until the first is found |
static java.lang.String |
Atom.getText(IAtom begin,
IAtom terminator)
Find the text between two IAtoms, inclusive of begin, exclusive of the terminator. |
void |
Atom.setNext(IAtom next)
|
void |
AtomRef.setNext(IAtom next)
|
void |
IAtom.setNext(IAtom next)
|
void |
Atom.setPrev(IAtom prev)
|
void |
AtomRef.setPrev(IAtom prev)
|
void |
IAtom.setPrev(IAtom prev)
|
Constructors in org.prorefactor.refactor.source with parameters of type IAtom | |
---|---|
AtomRef(IAtom atom)
|
|
AtomRef(IAtom refTo,
IAtom prevInChain)
An AtomRef is usually created as part of a chain. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |