jaxx.compiler.java
Class JavaArgument

java.lang.Object
  extended by jaxx.compiler.java.JavaElement
      extended by jaxx.compiler.java.JavaArgument

public class JavaArgument
extends JavaElement

Represents an argument to a JavaMethod.

See Also:
JavaMethod

Field Summary
 
Fields inherited from class jaxx.compiler.java.JavaElement
JavaElementComparator
 
Method Summary
 String getType()
          Returns the argument's type as it would be represented in Java source code.
 boolean isFinal()
          Returns true if the final keyword should appear before the argument.
 void setType(String type)
           
 
Methods inherited from class jaxx.compiler.java.JavaElement
addAnnotation, getAnnotations, getModifiers, getModifiersText, getName, hasAnnotations, setModifiers, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public String getType()
Returns the argument's type as it would be represented in Java source code.

Returns:
the argument's type

isFinal

public boolean isFinal()
Returns true if the final keyword should appear before the argument.

Returns:
true if the argument is final

setType

public void setType(String type)


Copyright © 2008-2011 CodeLutin. All Rights Reserved.