Package org.jruby.ast

Class AndNode

java.lang.Object
org.jruby.ast.Node
org.jruby.ast.AndNode
All Implemented Interfaces:
BinaryOperatorNode

public class AndNode extends Node implements BinaryOperatorNode
Represents a && (and) operator.