|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.magicproject.xml.expression.Method
public class Method
| Field Summary | |
|---|---|
static int |
MAX_ARGS
Is the maximum amount of arguments for the Method(...) expression. |
| Constructor Summary | |
|---|---|
Method()
|
|
| Method Summary | |
|---|---|
int |
buildMdb(XmlParser.Node node,
java.io.OutputStream out)
Write the contained test of the specified node Structure of InputStream : Data[size] methodName + '\0' [...] |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MAX_ARGS
| Constructor Detail |
|---|
public Method()
| Method Detail |
|---|
public final int buildMdb(XmlParser.Node node,
java.io.OutputStream out)
throws java.io.IOException
buildMdb in interface XmlToMDBnode - the XML test container structureout - outputstream where the card structure will be saved
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||