Class EasingParser
java.lang.Object
dev.prozilla.pine.common.util.parser.Parser<EasingFunction>
dev.prozilla.pine.common.util.parser.SequentialParser<EasingFunction>
dev.prozilla.pine.common.math.easing.EasingParser
- All Implemented Interfaces:
Printable
-
Field Summary
Fields inherited from class dev.prozilla.pine.common.util.parser.SequentialParser
intermediateFields inherited from class dev.prozilla.pine.common.util.parser.Parser
GENERIC_ERROR, UNEXPECTED_END_OF_INPUT_ERROR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.prozilla.pine.common.util.parser.SequentialParser
endOfInput, getChar, getCharCount, getCursor, getInput, getRemainingInput, isChar, isMethodCall, isNotChar, moveCursor, moveCursor, moveCursorToEnd, parseRecursively, readBetweenCharacters, readBetweenParentheses, readBetweenSquareBrackets, readWhile, recursiveStep, resetCursor, setCursor, setInput, skipIf, skipIfChar, skipUntil, skipUntilAnyChar, skipUntilChar, skipWhitespace, startStep, succeedMethods inherited from class dev.prozilla.pine.common.util.parser.Parser
fail, fail, getError, getResult, parseProperty, read, succeed, toString
-
Constructor Details
-
EasingParser
public EasingParser()
-
-
Method Details
-
parse
Description copied from class:ParserParses a string.- Specified by:
parsein classParser<EasingFunction>- Parameters:
input- The input string to parse- Returns:
trueif the parsing succeeded.
-