Uses of Class
parser.Bracket
Packages that use Bracket
Package
Description
Classes designed to parse a mathematical expression.
-
Uses of Bracket in math.differentialcalculus
Fields in math.differentialcalculus declared as BracketMethods in math.differentialcalculus that return Bracket -
Uses of Bracket in parser
Modifier and TypeFieldDescriptionprivate Bracket[]
MathExpression.bracket
private Bracket
ListReturningStatsOperator.closeBracket
The closing bracket operator that forms one of the bracket pair used by this Operator to bound its data to the rightprivate Bracket
Bracket.complement
objects of this class keep a record of their counterpart or complementing bracket.private Bracket
ListReturningStatsOperator.openBracket
The opening bracket operator that forms one of the bracket pair used by this Operator to bound its data to the leftModifier and TypeMethodDescriptionprotected Bracket[]
MathExpression.copyArrayToArray()
Bracket.createTwinBracket()
non-static version of the above method.static Bracket
Bracket.createTwinBracket
(Bracket brac) Used to create similar objects that are not equal The object created by this class is similar to the parameter because it contains the same data as the parameter.Bracket[]
MathExpression.getBracket()
ListReturningStatsOperator.getCloseBracket()
Bracket.getComplement()
ListReturningStatsOperator.getOpenBracket()
static Bracket[]
MathExpression.mapBrackets
(ArrayList<String> scanner) Modifier and TypeMethodDescriptionstatic Bracket
Bracket.createTwinBracket
(Bracket brac) Used to create similar objects that are not equal The object created by this class is similar to the parameter because it contains the same data as the parameter.boolean
boolean
boolean
Bracket.isComplement
(Bracket brac) checks if the Bracket object argument below is the sane as the complement to this Bracket object.protected void
MathExpression.modifyBracketIndices
(Bracket[] brac, int startPosition, int increment, boolean run) Utility method used to dynamically change the indices of brackets in the governing bracket map of the scanner function.void
MathExpression.setBracket
(Bracket[] bracket) void
ListReturningStatsOperator.setCloseBracket
(Bracket closeBracket) void
Bracket.setComplement
(Bracket complement) void
ListReturningStatsOperator.setOpenBracket
(Bracket openBracket) Modifier and TypeMethodDescriptionint
Bracket.getNumberOfInternalBrackets
(ArrayList<Bracket> brac) int
GenericBracket.getNumberOfInternalBrackets
(ArrayList<Bracket> brac)