jar

com.bernardomg.tabletop : dice

Maven & Gradle

Jun 23, 2023
16 stars

Dice Notation Tools for Java · Utilities for representing and handling dice and dice notation.

Table Of Contents

Latest Version

Download com.bernardomg.tabletop : dice JAR file - Latest Versions:

All Versions

Download com.bernardomg.tabletop : dice JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.x
2.1.x
2.0.x
1.4.x
1.3.x
1.2.x
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dice-2.2.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.bernardomg.tabletop.dice.notation.operation

├─ com.bernardomg.tabletop.dice.notation.operation.AbstractBinaryOperation.class - [JAR]

├─ com.bernardomg.tabletop.dice.notation.operation.AdditionOperation.class - [JAR]

├─ com.bernardomg.tabletop.dice.notation.operation.BinaryOperation.class - [JAR]

├─ com.bernardomg.tabletop.dice.notation.operation.DivisionOperation.class - [JAR]

├─ com.bernardomg.tabletop.dice.notation.operation.MultiplicationOperation.class - [JAR]

├─ com.bernardomg.tabletop.dice.notation.operation.SubtractionOperation.class - [JAR]

├─ com.bernardomg.tabletop.dice.notation.operation.package-info.class - [JAR]

com.bernardomg.tabletop.dice.random

├─ com.bernardomg.tabletop.dice.random.AbstractNumberGenerator.class - [JAR]

├─ com.bernardomg.tabletop.dice.random.DiceToRollResult.class - [JAR]

├─ com.bernardomg.tabletop.dice.random.NumberGenerator.class - [JAR]

├─ com.bernardomg.tabletop.dice.random.RandomNumberGenerator.class - [JAR]

├─ com.bernardomg.tabletop.dice.random.package-info.class - [JAR]

com.bernardomg.tabletop.dice.parser.listener

├─ com.bernardomg.tabletop.dice.parser.listener.DefaultDiceExpressionBuilder.class - [JAR]

├─ com.bernardomg.tabletop.dice.parser.listener.DefaultErrorListener.class - [JAR]

├─ com.bernardomg.tabletop.dice.parser.listener.DiceExpressionBuilder.class - [JAR]

├─ com.bernardomg.tabletop.dice.parser.listener.package-info.class - [JAR]

com.bernardomg.tabletop.dice.notation.operand

├─ com.bernardomg.tabletop.dice.notation.operand.ConstantOperand.class - [JAR]

├─ com.bernardomg.tabletop.dice.notation.operand.DefaultDiceOperand.class - [JAR]

├─ com.bernardomg.tabletop.dice.notation.operand.DiceOperand.class - [JAR]

├─ com.bernardomg.tabletop.dice.notation.operand.IntegerOperand.class - [JAR]

├─ com.bernardomg.tabletop.dice.notation.operand.package-info.class - [JAR]

com.bernardomg.tabletop.dice.notation

├─ com.bernardomg.tabletop.dice.notation.DiceNotationExpression.class - [JAR]

├─ com.bernardomg.tabletop.dice.notation.package-info.class - [JAR]

com.bernardomg.tabletop.dice.generated

├─ com.bernardomg.tabletop.dice.generated.DiceNotationLexer.class - [JAR]

├─ com.bernardomg.tabletop.dice.generated.DiceNotationParser.class - [JAR]

├─ com.bernardomg.tabletop.dice.generated.DiceNotationParserBaseListener.class - [JAR]

├─ com.bernardomg.tabletop.dice.generated.DiceNotationParserListener.class - [JAR]

com.bernardomg.tabletop.dice.interpreter

├─ com.bernardomg.tabletop.dice.interpreter.ConfigurableInterpreter.class - [JAR]

├─ com.bernardomg.tabletop.dice.interpreter.DiceGatherer.class - [JAR]

├─ com.bernardomg.tabletop.dice.interpreter.DiceInterpreter.class - [JAR]

├─ com.bernardomg.tabletop.dice.interpreter.DiceRoller.class - [JAR]

├─ com.bernardomg.tabletop.dice.interpreter.ExpressionWrapper.class - [JAR]

├─ com.bernardomg.tabletop.dice.interpreter.InorderTraverser.class - [JAR]

├─ com.bernardomg.tabletop.dice.interpreter.PostorderTraverser.class - [JAR]

├─ com.bernardomg.tabletop.dice.interpreter.PreorderTraverser.class - [JAR]

├─ com.bernardomg.tabletop.dice.interpreter.package-info.class - [JAR]

com.bernardomg.tabletop.dice.visitor

├─ com.bernardomg.tabletop.dice.visitor.DiceAccumulator.class - [JAR]

├─ com.bernardomg.tabletop.dice.visitor.DiceRollAccumulator.class - [JAR]

├─ com.bernardomg.tabletop.dice.visitor.NotationAccumulator.class - [JAR]

├─ com.bernardomg.tabletop.dice.visitor.NotationVisitor.class - [JAR]

├─ com.bernardomg.tabletop.dice.visitor.package-info.class - [JAR]

com.bernardomg.tabletop.dice.history

├─ com.bernardomg.tabletop.dice.history.DefaultRollHistory.class - [JAR]

├─ com.bernardomg.tabletop.dice.history.DefaultRollResult.class - [JAR]

├─ com.bernardomg.tabletop.dice.history.RollHistory.class - [JAR]

├─ com.bernardomg.tabletop.dice.history.RollResult.class - [JAR]

├─ com.bernardomg.tabletop.dice.history.package-info.class - [JAR]

com.bernardomg.tabletop.dice

├─ com.bernardomg.tabletop.dice.DefaultDice.class - [JAR]

├─ com.bernardomg.tabletop.dice.Dice.class - [JAR]

├─ com.bernardomg.tabletop.dice.package-info.class - [JAR]

com.bernardomg.tabletop.dice.parser

├─ com.bernardomg.tabletop.dice.parser.DefaultDiceParser.class - [JAR]

├─ com.bernardomg.tabletop.dice.parser.DiceParser.class - [JAR]

├─ com.bernardomg.tabletop.dice.parser.package-info.class - [JAR]

Advertisement