Uses of Class
com.moandjiezana.toml.Identifier
-
Uses of Identifier in com.moandjiezana.toml
Fields in com.moandjiezana.toml declared as IdentifierModifier and TypeFieldDescription(package private) final IdentifierContext.identifier(package private) static final IdentifierIdentifier.INVALIDMethods in com.moandjiezana.toml that return IdentifierModifier and TypeMethodDescription(package private) IdentifierIdentifierConverter.convert(String s, AtomicInteger index, Context context) (package private) static IdentifierMethods in com.moandjiezana.toml with parameters of type IdentifierModifier and TypeMethodDescription(package private) voidResults.Errors.invalidTextAfterIdentifier(Identifier identifier, char text, int line) (package private) voidResults.startTableArray(Identifier identifier, AtomicInteger line) (package private) voidResults.startTables(Identifier id, AtomicInteger line) Context.with(Identifier identifier) Constructors in com.moandjiezana.toml with parameters of type IdentifierModifierConstructorDescriptionContext(Identifier identifier, AtomicInteger line, Results.Errors errors)