org.jruby.ast
Class XStrNode

java.lang.Object
  extended byorg.jruby.ast.AbstractNode
      extended byorg.jruby.ast.XStrNode
All Implemented Interfaces:
ILiteralNode, INode, java.io.Serializable

public class XStrNode
extends AbstractNode
implements ILiteralNode

Backtick string

Version:
$Revision: 1.3 $
Author:
jpetersen
See Also:
Serialized Form

Constructor Summary
XStrNode(ISourcePosition position, java.lang.String value)
           
 
Method Summary
 void accept(INodeVisitor iVisitor)
          Accept for the visitor pattern.
 java.lang.String getValue()
          Gets the value.
 
Methods inherited from class org.jruby.ast.AbstractNode
getPosition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStrNode

public XStrNode(ISourcePosition position,
                java.lang.String value)
Method Detail

accept

public void accept(INodeVisitor iVisitor)
Accept for the visitor pattern.

Specified by:
accept in interface INode
Parameters:
iVisitor - the visitor

getValue

public java.lang.String getValue()
Gets the value.

Returns:
Returns a String


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.