|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.prorefactor.refactor.ScanManager
public class ScanManager
Eases the use of one or more scanners in combination with the parser. Is not intended for use with "standalone scans" - scans that are not being dealt with in combination with the AST.
| Constructor Summary | |
|---|---|
ScanManager()
|
|
| Method Summary | |
|---|---|
int |
getScanNumFromIndex(int index)
Given a file index, find or create a scan for the source file. |
int |
getScanNumFromNode(int node)
Given a node, find or create a scanner for the node's original source. |
Scan |
getScanObjectFromIndex(int index)
Given a file index, find or create a scan for the source file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScanManager()
| Method Detail |
|---|
public int getScanNumFromIndex(int index)
throws java.io.IOException
java.io.IOException
public int getScanNumFromNode(int node)
throws java.io.IOException
node -
java.io.IOException
public Scan getScanObjectFromIndex(int index)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||