
Public Attributes | |
| java.util.LinkedList< PObject > | list |
| A list that Parser can use. | |
| AngleType | angleType |
| Degrees or radians. | |
| Base | base |
| Base.DECIMAL, Base.BINARY, Base.OCTAL or Base.HEXADECIMAL. | |
| Notation | notation |
| Notation used for results. | |
Package Functions | |
| HistoryItem (java.util.LinkedList< PObject > list, AngleType angleType, Base base, Notation notation) | |
| Constructor. | |
Stores all the information needed on current item so that it can be recalled later.
I’m not sure what the impact of not storing stat mode is. Probably it allows some strange, but not problematic, possibilities.
| jscicalc.HistoryItem.HistoryItem | ( | java.util.LinkedList< PObject > | list, | |
| AngleType | angleType, | |||
| Base | base, | |||
| Notation | notation | |||
| ) | [package] |
Constructor.
Stores what we may need to recall.
| list | A list that can be transferred to Parser object | |
| angleType | Degrees or Radians | |
| base | The Base: we wouldn’t want to parse a hexadecimal as binary | |
| notation | The notation type in use: this might not be necessary. |
References jscicalc.HistoryItem.list.
| java.util.LinkedList<PObject> jscicalc.HistoryItem.list |
A list that Parser can use.
Referenced by jscicalc.CalculatorApplet.downHistory(), jscicalc.HistoryItem.HistoryItem(), and jscicalc.CalculatorApplet.upHistory().
Degrees or radians.
Referenced by jscicalc.CalculatorApplet.downHistory(), and jscicalc.CalculatorApplet.upHistory().
Notation used for results.
Referenced by jscicalc.CalculatorApplet.downHistory(), and jscicalc.CalculatorApplet.upHistory().
1.5.5