Bash++
Bash++ compiler internal documentation
Classes | Namespaces
BashArithmeticStatement.h File Reference
#include <AST/ASTNode.h>
#include <AST/Nodes/StringType.h>
Include dependency graph for BashArithmeticStatement.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AST::BashArithmeticStatement
 Represents a single arithmetic statement in an arithmetic for loop condition. E.g., in for (( i=0; i<10; i++ )), each of "i=0", "i<10", and "i++" would be represented by a BashArithmeticStatement node. More...
 

Namespaces

namespace  AST