|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.python.parser.Visitor
org.python.compiler.ArgListCompiler
| Field Summary | |
boolean |
arglist
|
Vector |
defaults
|
SimpleNode |
init_code
|
boolean |
keywordlist
|
Vector |
names
|
| Constructor Summary | |
ArgListCompiler()
|
|
| Method Summary | |
Object |
defaultarg(SimpleNode node)
|
Object |
ExtraArgList(SimpleNode node)
|
Object |
ExtraKeywordList(SimpleNode node)
|
Object |
fplist(SimpleNode node)
|
SimpleNode[] |
getDefaults()
|
Object |
Name(SimpleNode node)
|
void |
reset()
|
Object |
varargslist(SimpleNode node)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public boolean arglist
public boolean keywordlist
public Vector defaults
public Vector names
public SimpleNode init_code
| Constructor Detail |
public ArgListCompiler()
| Method Detail |
public void reset()
public SimpleNode[] getDefaults()
public Object varargslist(SimpleNode node)
throws Exception
varargslist in class VisitorException
public Object ExtraArgList(SimpleNode node)
throws Exception
ExtraArgList in class VisitorException
public Object ExtraKeywordList(SimpleNode node)
throws Exception
ExtraKeywordList in class VisitorException
public Object defaultarg(SimpleNode node)
throws Exception
defaultarg in class VisitorException
public Object fplist(SimpleNode node)
throws Exception
fplist in class VisitorException
public Object Name(SimpleNode node)
throws ParseException,
IOException
Name in class VisitorParseException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||