jaxx.compiler.tools.jaxxcapture
Class LiteralNode

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

public class LiteralNode
extends AbstractContextNode


Constructor Summary
LiteralNode(String javaCode, Object value)
           
 
Method Summary
 String getJavaCode()
           
 Object getValue()
           
 
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, toString, wait, wait, wait
 

Constructor Detail

LiteralNode

public LiteralNode(String javaCode,
                   Object value)
Method Detail

getJavaCode

public String getJavaCode()

getValue

public Object getValue()


Copyright © 2008-2011 CodeLutin. All Rights Reserved.