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.bracketprivate BracketListReturningStatsOperator.closeBracketThe closing bracket operator that forms one of the bracket pair used by this Operator to bound its data to the rightprivate BracketBracket.complementobjects of this class keep a record of their counterpart or complementing bracket.private BracketListReturningStatsOperator.openBracketThe 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 BracketBracket.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 BracketBracket.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.booleanbooleanbooleanBracket.isComplement(Bracket brac) checks if the Bracket object argument below is the sane as the complement to this Bracket object.protected voidMathExpression.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.voidMathExpression.setBracket(Bracket[] bracket) voidListReturningStatsOperator.setCloseBracket(Bracket closeBracket) voidBracket.setComplement(Bracket complement) voidListReturningStatsOperator.setOpenBracket(Bracket openBracket) Modifier and TypeMethodDescriptionintBracket.getNumberOfInternalBrackets(ArrayList<Bracket> brac) intGenericBracket.getNumberOfInternalBrackets(ArrayList<Bracket> brac)