|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TETNode | |
---|---|
org.prorefactor.refactor.source | This package is incomplete. |
Uses of TETNode in org.prorefactor.refactor.source |
---|
Classes in org.prorefactor.refactor.source that implement TETNode | |
---|---|
class |
ConditionalExpansion
Represents an &IF..&THEN and its code, an &ELSEIF..&THEN and its code, or an &ELSEIF and its code. |
class |
Expansion
An expansion is just a bunch of Token objects. |
class |
IncludeExpansion
Represents a curly reference to an include file. |
class |
MacroExpansion
A curly reference that is not an include file expansion. |
class |
Token
A token is a handle to a bunch of source file IAtom objects, which contain the actual text/line/column. |
Constructors in org.prorefactor.refactor.source with parameters of type TETNode | |
---|---|
Declaration(TETNode parent,
TokenContent content)
|
|
Token(TETNode parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |