CogPar
A versatile parser for mathematical expressions.
 All Classes Functions Variables
Public Member Functions | Public Attributes | List of all members
uk.co.cogitolearning.cogpar.SequenceExpressionNode.Term Class Reference

An inner class that defines a pair containing an ExpressionNode and a boolean flag. More...

Collaboration diagram for uk.co.cogitolearning.cogpar.SequenceExpressionNode.Term:
Collaboration graph
[legend]

Public Member Functions

 Term (boolean positive, ExpressionNode expression)
 Construct the Term object with some values.

Public Attributes

boolean positive
 the boolean flag
ExpressionNode expression
 the expression node

Detailed Description

An inner class that defines a pair containing an ExpressionNode and a boolean flag.

Definition at line 41 of file SequenceExpressionNode.java.

Constructor & Destructor Documentation

uk.co.cogitolearning.cogpar.SequenceExpressionNode.Term.Term ( boolean  positive,
ExpressionNode  expression 
)

Construct the Term object with some values.

Parameters
positivethe boolean flag
expressionthe expression node

Definition at line 53 of file SequenceExpressionNode.java.


The documentation for this class was generated from the following file: