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

Go to the source code of this file.

Classes

class  AST::BashArithmeticForCondition
 Represents the condition part of a Bash arithmetic for loop E.g., in for (( i=0; i<10; i++ )), the entire "(( i=0; i<10; i++ ))" would be represented by a BashArithmeticForCondition node. Each of the three components would be represented by BashArithmeticStatement nodes as its children. More...
 

Namespaces

namespace  AST