package gve.calc.formula; import java.awt.*;
Part that contains a string inside, e.g. a Boolean, which contains "true" or "false". If the user attempts to modify the string, the Part changes itself into an identifier. Conversely, an identifier containing the string "true" can change into a boolean upon evaluation by an Evaluator. |