Uses of Class
parser.Bracket
| Package | Description |
|---|---|
| math.differentialcalculus | |
| parser |
Classes designed to parse a mathematical expression.
|
-
Uses of Bracket in math.differentialcalculus
Methods in math.differentialcalculus that return Bracket Modifier and Type Method Description Bracket[]SemanticAnalyzer. getBrackets() -
Uses of Bracket in parser
Methods in parser that return Bracket Modifier and Type Method Description protected Bracket[]MathExpression. copyArrayToArray()BracketBracket. 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()BracketListReturningStatsOperator. getCloseBracket()BracketBracket. getComplement()BracketListReturningStatsOperator. getOpenBracket()static Bracket[]MathExpression. mapBrackets(java.util.ArrayList<java.lang.String> scanner)Methods in parser with parameters of type Bracket Modifier and Type Method Description 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.booleanBracket. encloses(Bracket brac)booleanGenericBracket. encloses(Bracket brac)booleanBracket. 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)Method parameters in parser with type arguments of type Bracket Modifier and Type Method Description intBracket. getNumberOfInternalBrackets(java.util.ArrayList<Bracket> brac)intGenericBracket. getNumberOfInternalBrackets(java.util.ArrayList<Bracket> brac)