jaxx.compiler.tools.jaxxcapture
Class MethodNode

java.lang.Object
  extended by jaxx.compiler.tools.jaxxcapture.AbstractContextNode
      extended by jaxx.compiler.tools.jaxxcapture.MethodNode
All Implemented Interfaces:
ContextNode

public class MethodNode
extends AbstractContextNode


Constructor Summary
MethodNode(String methodName)
           
 
Method Summary
 String getMethodName()
           
 String toString()
           
 
Methods inherited from class jaxx.compiler.tools.jaxxcapture.AbstractContextNode
addArgument, getArguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodNode

public MethodNode(String methodName)
Method Detail

getMethodName

public String getMethodName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2010 CodeLutin. All Rights Reserved.