JFCML - JFC/Swing
XML Markup Language

com.metasolutions.jfcml.helpers
Class MethodText

java.lang.Object
  extended by com.metasolutions.jfcml.helpers.MethodText

public class MethodText
extends Object


Constructor Summary
MethodText()
           
MethodText(String name)
           
MethodText(String name, SimpleStack arguments)
           
 
Method Summary
 void addArgument(String arg)
           
 SimpleStack getArguments()
           
 String getMethodText()
           
 String getName()
           
 boolean isMethod()
           
 void setArguments(SimpleStack arguments)
           
 void setMethod(boolean method)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodText

public MethodText()

MethodText

public MethodText(String name)

MethodText

public MethodText(String name,
                  SimpleStack arguments)
Method Detail

getMethodText

public String getMethodText()

isMethod

public boolean isMethod()
Returns:
Returns the method.

setMethod

public void setMethod(boolean method)
Parameters:
method - The method to set.

addArgument

public void addArgument(String arg)
Parameters:
arg - The argument to add.

getArguments

public SimpleStack getArguments()
Returns:
Returns the arguments.

setArguments

public void setArguments(SimpleStack arguments)
Parameters:
arguments - The arguments to set.

getName

public String getName()
Returns:
Returns the name.

setName

public void setName(String name)
Parameters:
name - The name to set.

SourceForge.net
java.net

Copyright 2004-2005 Shawn Curry, http://jfcml.sourceforge.net
Licensed under the Academic Free License version 2.1