Package one.empty3.library1.tree
Class StringAnalyzer1
java.lang.Object
one.empty3.library1.tree.StringAnalyzer1
The StringAnalyzer1 class is responsible for analyzing string inputs and performing parsing operations.
It contains methods for parsing and retrieving constructs.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
class
Represents a token in a parsing process. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionThis class represents a StringAnalyzer1 object that can perform parsing operations on a string input. -
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull StringAnalyzer1.Construct
Retrieves the Construct object from the current instance.int
int
parse
(@NotNull StringAnalyzer1.Token token1, @Nullable String input)
-
Field Details
-
definitions
-
mPosition
protected int mPosition
-
-
Constructor Details
-
StringAnalyzer1
public StringAnalyzer1()This class represents a StringAnalyzer1 object that can perform parsing operations on a string input.
-
-
Method Details
-
getConstruct
Retrieves the Construct object from the current instance.- Returns:
- the Construct object
-
parse
-
parse
-