Uses of Class
com.fathzer.soft.javaluator.BracketPair
-
Uses of BracketPair in com.fathzer.soft.javaluator
Fields in com.fathzer.soft.javaluator declared as BracketPairModifier and TypeFieldDescriptionstatic final BracketPairBracketPair.ANGLESThe angle brackets pair: <>.static final BracketPairBracketPair.BRACESThe braces pair: {}.static final BracketPairBracketPair.BRACKETSThe square brackets pair: [].static final BracketPairBracketPair.PARENTHESESThe parentheses pair: ().Methods in com.fathzer.soft.javaluator that return types with arguments of type BracketPairModifier and TypeMethodDescriptionParameters.getExpressionBrackets()Gets the supported bracket pairs for expressions.Parameters.getFunctionBrackets()Gets the supported bracket pairs for functions.Methods in com.fathzer.soft.javaluator with parameters of type BracketPairModifier and TypeMethodDescriptionvoidParameters.addExpressionBracket(BracketPair pair) Adds a new bracket pair to the expression bracket list.voidParameters.addFunctionBracket(BracketPair pair) Adds a new bracket pair to the function bracket list.Method parameters in com.fathzer.soft.javaluator with type arguments of type BracketPairModifier and TypeMethodDescriptionvoidParameters.addExpressionBrackets(Collection<BracketPair> brackets) Adds bracket pairs to the expression bracket list.voidParameters.addFunctionBrackets(Collection<BracketPair> brackets) Adds bracket pairs to the function bracket list.