All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description ArcheTextConversionException Exception thrown on bad ArcheText object type conversion.ArcheTextExportException Exception thrown on bad ArcheText conversion.ArcheTextFactory Factory class for generatingArcheTextObject
s.ArcheTextObject The object representation for all ArcheText objects and values.ArcheTextOperationException Exception thrown on bad ArcheText parse.ArcheTextParseException Exception thrown on bad ArcheText parse.ArcheTextReader A reader class for reading in ArcheText data and creating objects from it.ArcheTextRoot The root of an ArcheText Hierarchy.ArcheTextValue The values stored in anArcheTextObject
.ArcheTextValue.Type ArcheText value internal types.ATIdentity An annotation that signifies that this field or getter/setter method should be used for this structure's identity.ATIgnore An annotation for tellingArcheTextFactory
that this field or method should not be serialized from an ArcheTextObject of any kind.ATName An annotation to signify that a field/getter/setter is imported/exported with this field name.Combinator ArcheText object internal accumulation types.HashDequeMap<K,V> A hash map that stores deques of a particular type.Lexer Breaks up a stream of characters into lexicographical tokens.Lexer.Kernel This is a info kernel that tells aLexer
how to interpret certain characters and identifiers.Lexer.Parser Abstract parser class.Lexer.Parser.Exception Thrown when a Parser has a problem.Lexer.ReaderStack This holds a series ofReader
streams such that the stream on top is the current active stream.Lexer.Token Lexer token object.PreprocessorLexer A lexer that scans for specific directives and affects the stream.PreprocessorLexer.DefaultIncluder Default includer to use when none specified.PreprocessorLexer.Includer An interface that allows the user to resolve a resource by path when the PreprocessorLexer parses it.PreprocessorLexer.PreprocessorException Thrown on preprocessor error.PreprocessorLexer.StringProvider Lambda interface that returns a string.TypeProfileFactory A factory that produces type profiles for POJOs and data objects.TypeProfileFactory.MemberPolicy An interface for figuring out whether to ignore certain fields or methods on an object that a profile is being generated for (if they are already going to pass testing for includable fields).TypeProfileFactory.Profile<T> Type profile for an unknown object that has an ambiguous signature for applying values to POJOs and beans.TypeProfileFactory.Profile.FieldInfo Field information.TypeProfileFactory.Profile.MethodInfo Method signature.Utils