| |
|
| java.lang.Object org.acm.seguin.summary.SummaryLoaderState
SummaryLoaderState | public class SummaryLoaderState (Code) | | State of the summary loader visitor
author: Chris Seguin |
IGNORE | final public static int IGNORE(Code) | | Tells the loader to ignore the structure - used only for counting
|
INITIALIZE | final public static int INITIALIZE(Code) | | Description of the Field
|
LOAD_CLASSBODY | final public static int LOAD_CLASSBODY(Code) | | Description of the Field
|
LOAD_EXCEPTIONS | final public static int LOAD_EXCEPTIONS(Code) | | Description of the Field
|
LOAD_FILE | final public static int LOAD_FILE(Code) | | Description of the Field
|
LOAD_INTERFACE_LIST | final public static int LOAD_INTERFACE_LIST(Code) | | Description of the Field
|
LOAD_METHODBODY | final public static int LOAD_METHODBODY(Code) | | Description of the Field
|
LOAD_PARAMETERS | final public static int LOAD_PARAMETERS(Code) | | Description of the Field
|
LOAD_TYPE | final public static int LOAD_TYPE(Code) | | Description of the Field
|
SummaryLoaderState | public SummaryLoaderState()(Code) | | Create a summary loader state
|
finishSummary | public void finishSummary()(Code) | | Complete the current summary
|
getCode | public int getCode()(Code) | | Get the current code
The code |
getCurrentSummary | public Summary getCurrentSummary()(Code) | | Get the current summary
the current summary |
getFile | public File getFile()(Code) | | Get the file
the file |
setCode | public void setCode(int next)(Code) | | Set the current code
Parameters: next - The next code |
setFile | public void setFile(File next)(Code) | | Set the current file
Parameters: next - the new file |
startSummary | public void startSummary(Summary next)(Code) | | Set the current summary
Parameters: next - the new current summary |
|
|
|