|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acm.seguin.summary.SummaryLoaderState
public class SummaryLoaderState
State of the summary loader visitor
| Field Summary | |
|---|---|
static int |
IGNORE
Tells the loader to ignore the structure - used only for counting |
static int |
INITIALIZE
Description of the Field |
static int |
LOAD_CLASSBODY
Description of the Field |
static int |
LOAD_EXCEPTIONS
Description of the Field |
static int |
LOAD_FILE
Description of the Field |
static int |
LOAD_INTERFACE_LIST
Description of the Field |
static int |
LOAD_METHODBODY
Description of the Field |
static int |
LOAD_PARAMETERS
Description of the Field |
static int |
LOAD_TYPE
Description of the Field |
| Constructor Summary | |
|---|---|
SummaryLoaderState()
Create a summary loader state |
|
| Method Summary | |
|---|---|
void |
finishSummary()
Complete the current summary |
int |
getCode()
Get the current code |
Summary |
getCurrentSummary()
Get the current summary |
java.io.File |
getFile()
Get the file |
void |
setCode(int next)
Set the current code |
void |
setFile(java.io.File next)
Set the current file |
void |
startSummary(Summary next)
Set the current summary |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int INITIALIZE
public static final int LOAD_FILE
public static final int LOAD_TYPE
public static final int LOAD_CLASSBODY
public static final int LOAD_INTERFACE_LIST
public static final int LOAD_EXCEPTIONS
public static final int LOAD_PARAMETERS
public static final int LOAD_METHODBODY
public static final int IGNORE
| Constructor Detail |
|---|
public SummaryLoaderState()
| Method Detail |
|---|
public void setFile(java.io.File next)
next - the new filepublic void setCode(int next)
next - The next codepublic Summary getCurrentSummary()
public java.io.File getFile()
public int getCode()
public void startSummary(Summary next)
next - the new current summarypublic void finishSummary()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||