|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.prorefactor.refactor.source.PreproScope
public class PreproScope
Preprocessor scopes are stacked, temporary objects, pushed and popped off the stack by the pseudo processor.
| Constructor Summary | |
|---|---|
PreproScope(PreproScope parent)
|
|
| Method Summary | |
|---|---|
PreproScope |
pop()
Get the next scope down on the stack. |
PreproScope |
push()
Push a new scope onto the stack. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreproScope(PreproScope parent)
| Method Detail |
|---|
public PreproScope pop()
public PreproScope push()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||