org.jruby.ast
Class DotNode

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

public class DotNode
extends AbstractNode

Represents a range literal.

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

Constructor Summary
DotNode(ISourcePosition position, INode beginNode, INode endNode, boolean exclusive)
           
 
Method Summary
 void accept(INodeVisitor iVisitor)
          Accept for the visitor pattern.
 INode getBeginNode()
          Gets the beginNode.
 INode getEndNode()
          Gets the endNode.
 boolean isExclusive()
          Gets the exclusive.
 
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

DotNode

public DotNode(ISourcePosition position,
               INode beginNode,
               INode endNode,
               boolean exclusive)
Method Detail

accept

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

Parameters:
iVisitor - the visitor

getBeginNode

public INode getBeginNode()
Gets the beginNode.

Returns:
Returns a INode

getEndNode

public INode getEndNode()
Gets the endNode.

Returns:
Returns a INode

isExclusive

public boolean isExclusive()
Gets the exclusive.

Returns:
Returns a boolean


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.