lab8
Interface ShortOrIsh

All Superinterfaces:
ASTNodeIsh, NodeDumpable

public interface ShortOrIsh
extends ASTNodeIsh

The short-circuiting or operator (||). If the left child is true, then the right child should not execute.


Method Summary
 
Methods inherited from interface lab7.NodeDumpable
dump