Uses of Class
com.moandjiezana.toml.Identifier
-
-
Uses of Identifier in com.moandjiezana.toml
Fields in com.moandjiezana.toml declared as Identifier Modifier and Type Field Description (package private) IdentifierContext. identifier(package private) static IdentifierIdentifier. INVALIDMethods in com.moandjiezana.toml that return Identifier Modifier and Type Method Description (package private) IdentifierIdentifierConverter. convert(java.lang.String s, java.util.concurrent.atomic.AtomicInteger index, Context context)(package private) static IdentifierIdentifier. from(java.lang.String name, Context context)Methods in com.moandjiezana.toml with parameters of type Identifier Modifier and Type Method Description (package private) voidResults.Errors. invalidTextAfterIdentifier(Identifier identifier, char text, int line)(package private) voidResults. startTableArray(Identifier identifier, java.util.concurrent.atomic.AtomicInteger line)(package private) voidResults. startTables(Identifier id, java.util.concurrent.atomic.AtomicInteger line)ContextContext. with(Identifier identifier)Constructors in com.moandjiezana.toml with parameters of type Identifier Constructor Description Context(Identifier identifier, java.util.concurrent.atomic.AtomicInteger line, Results.Errors errors)
-