de.neuland.jade4j.parser.node
Class ExpressionString

java.lang.Object
  extended by de.neuland.jade4j.parser.node.ExpressionString

public class ExpressionString
extends Object


Constructor Summary
ExpressionString(String value)
           
 
Method Summary
 String getValue()
           
 boolean isEscape()
           
 void setEscape(boolean escape)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionString

public ExpressionString(String value)
Method Detail

isEscape

public boolean isEscape()

getValue

public String getValue()

setValue

public void setValue(String value)

setEscape

public void setEscape(boolean escape)


Copyright © 2013. All rights reserved.