JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
com.github.leeonky.dal
,
com.github.leeonky.dal.ast
,
com.github.leeonky.dal.ast.table
,
com.github.leeonky.dal.compiler
,
com.github.leeonky.dal.format
,
com.github.leeonky.dal.runtime
,
com.github.leeonky.dal.type
,
com.github.leeonky.interpreter
Class Hierarchy
java.lang.Object
java.util.AbstractCollection<E> (implements java.util.Collection<E>)
java.util.AbstractList<E> (implements java.util.List<E>)
java.util.ArrayList<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
com.github.leeonky.dal.runtime.
AutoMappingList
java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
com.github.leeonky.interpreter.
EscapeChars
java.util.LinkedHashMap<K,V> (implements java.util.Map<K,V>)
com.github.leeonky.dal.runtime.
ClassKeyMap
<T>
com.github.leeonky.dal.
Assertions
com.github.leeonky.dal.runtime.
AssertResult
com.github.leeonky.dal.format.
BaseFormatter
<T,R> (implements com.github.leeonky.dal.format.
Formatter
<T,R>)
com.github.leeonky.dal.format.
Formatters.Boolean
com.github.leeonky.dal.format.
Formatters.Enum
<T>
com.github.leeonky.dal.format.
Formatters.Instant
com.github.leeonky.dal.format.
Formatters.Integer
com.github.leeonky.dal.format.
Formatters.PositiveInteger
com.github.leeonky.dal.format.
Formatters.LocalDate
com.github.leeonky.dal.format.
Formatters.LocalDateTime
com.github.leeonky.dal.format.
Formatters.Number
com.github.leeonky.dal.format.
Formatters.PositiveNumber
com.github.leeonky.dal.format.
Formatters.String
com.github.leeonky.dal.format.
Formatters.URL
com.github.leeonky.dal.format.
Formatters.ZeroNumber
com.github.leeonky.dal.runtime.
Calculator
com.github.leeonky.dal.compiler.
Compiler
com.github.leeonky.dal.compiler.
Constants
com.github.leeonky.dal.
DAL
com.github.leeonky.dal.runtime.
Data
com.github.leeonky.dal.format.
Formatters
com.github.leeonky.interpreter.
FunctionUtil
com.github.leeonky.interpreter.
IfThenFactory
com.github.leeonky.interpreter.
IfThenFactory.IfTrue
com.github.leeonky.interpreter.
InterpreterException.Position
com.github.leeonky.dal.runtime.
JavaClassPropertyAccessor
<T> (implements com.github.leeonky.dal.runtime.
PropertyAccessor
<T>)
com.github.leeonky.interpreter.
NodeBase
<C,N> (implements com.github.leeonky.interpreter.
Node
<C,N>)
com.github.leeonky.dal.ast.
DALNode
com.github.leeonky.dal.ast.
ConstNode
com.github.leeonky.dal.ast.
DALExpression
(implements com.github.leeonky.interpreter.
Expression
<C,N,E,O>)
com.github.leeonky.dal.ast.table.
EmptyCellNode
com.github.leeonky.dal.ast.
GroupNode
com.github.leeonky.dal.ast.table.
HeaderNode
com.github.leeonky.dal.ast.
InputNode
com.github.leeonky.dal.ast.
ListEllipsisNode
com.github.leeonky.dal.ast.
ListMappingNode
(implements com.github.leeonky.dal.ast.
ExcuteableNode
)
com.github.leeonky.dal.ast.
ListScopeNode
com.github.leeonky.dal.ast.
ObjectScopeNode
com.github.leeonky.dal.ast.
PropertyPattern
(implements com.github.leeonky.dal.ast.
ExcuteableNode
)
com.github.leeonky.dal.ast.
PropertyThis
(implements com.github.leeonky.dal.ast.
ExcuteableNode
)
com.github.leeonky.dal.ast.
RegexNode
com.github.leeonky.dal.ast.table.
RowNode
com.github.leeonky.dal.ast.table.
RowPrefixNode
com.github.leeonky.dal.ast.
SchemaComposeNode
com.github.leeonky.dal.ast.
SchemaNode
com.github.leeonky.dal.ast.
SortNode
com.github.leeonky.dal.ast.
SortSequenceNode
com.github.leeonky.dal.ast.
SymbolNode
(implements com.github.leeonky.dal.ast.
ExcuteableNode
)
com.github.leeonky.dal.ast.table.
TableBody
com.github.leeonky.dal.ast.table.
TableHead
com.github.leeonky.dal.ast.
TableNode
com.github.leeonky.dal.ast.table.
TransposedRowNode
com.github.leeonky.dal.ast.table.
TransposedTableBody
com.github.leeonky.dal.ast.table.
TransposedTableHead
com.github.leeonky.dal.ast.table.
EmptyTransposedTableHead
com.github.leeonky.dal.ast.
TransposedTableNode
com.github.leeonky.dal.ast.
WildcardNode
com.github.leeonky.interpreter.
Notation
com.github.leeonky.dal.compiler.
Notations
com.github.leeonky.dal.compiler.
Notations.Keywords
com.github.leeonky.dal.compiler.
Notations.Operators
com.github.leeonky.interpreter.
NumberParser
com.github.leeonky.interpreter.
Operator
<C,N,O>
com.github.leeonky.dal.ast.
DALOperator
com.github.leeonky.dal.ast.
DALOperator.And
com.github.leeonky.dal.ast.
DALOperator.Division
com.github.leeonky.dal.ast.
DALOperator.Equal
com.github.leeonky.dal.ast.
DALOperator.Greater
com.github.leeonky.dal.ast.
DALOperator.GreaterOrEqual
com.github.leeonky.dal.ast.
DALOperator.Is
com.github.leeonky.dal.ast.
DALOperator.Less
com.github.leeonky.dal.ast.
DALOperator.LessOrEqual
com.github.leeonky.dal.ast.
DALOperator.Matcher
com.github.leeonky.dal.ast.
DALOperator.Minus
com.github.leeonky.dal.ast.
DALOperator.Multiplication
com.github.leeonky.dal.ast.
DALOperator.Not
com.github.leeonky.dal.ast.
DALOperator.NotEqual
com.github.leeonky.dal.ast.
DALOperator.Or
com.github.leeonky.dal.ast.
DALOperator.Parentheses
com.github.leeonky.dal.ast.
DALOperator.Plus
com.github.leeonky.dal.ast.
DALOperator.Property
com.github.leeonky.dal.ast.
DALOperator.PropertyDot
com.github.leeonky.dal.ast.
DALOperator.PropertyImplicit
com.github.leeonky.dal.ast.
DALOperator.PropertySlash
com.github.leeonky.dal.ast.
DALOperator.Subtraction
com.github.leeonky.dal.ast.
DALOperator.Which
com.github.leeonky.interpreter.
Procedure
<C,N,E,O,P>
com.github.leeonky.dal.compiler.
DALProcedure
com.github.leeonky.dal.runtime.
Result
com.github.leeonky.dal.runtime.
RuntimeContextBuilder
com.github.leeonky.dal.runtime.
RuntimeContextBuilder.DALRuntimeContext
(implements com.github.leeonky.interpreter.
RuntimeContext
<C>)
com.github.leeonky.dal.runtime.
SchemaType
com.github.leeonky.dal.runtime.
SchemaVerifier
com.github.leeonky.interpreter.
SourceCode
com.github.leeonky.interpreter.
Syntax
<C,N,E,O,P,PA,MA,T,R,A>
com.github.leeonky.interpreter.
Syntax.CompositeSyntax
<C,N,E,O,P,PA,MA,T,R,A>
com.github.leeonky.interpreter.
Syntax.DefaultSyntax
<C,N,E,O,P,PA,MA,T,R,A>
com.github.leeonky.interpreter.
Syntax.Rules
com.github.leeonky.dal.runtime.
ThisObject
(implements com.github.leeonky.dal.runtime.
Flatten
)
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
java.lang.RuntimeException
com.github.leeonky.dal.runtime.
ElementAccessException
com.github.leeonky.dal.runtime.
ElementAssertionFailure
com.github.leeonky.dal.runtime.
IllegalFieldException
com.github.leeonky.dal.runtime.
IllegalTypeException
com.github.leeonky.interpreter.
InterpreterException
com.github.leeonky.dal.runtime.
DalException
com.github.leeonky.dal.ast.
AssertionFailure
com.github.leeonky.dal.runtime.
RuntimeException
com.github.leeonky.interpreter.
SyntaxException
com.github.leeonky.interpreter.
NumberOverflowException
com.github.leeonky.dal.runtime.
PropertyAccessException
com.github.leeonky.dal.runtime.
SchemaAssertionFailure
com.github.leeonky.interpreter.
Token
com.github.leeonky.dal.compiler.
Tokens
com.github.leeonky.dal.format.
Value
<T>
Interface Hierarchy
com.github.leeonky.dal.format.
BaseFormatter.ParseBlock
<T2,R2>
com.github.leeonky.interpreter.
Clause
<C,N>
com.github.leeonky.dal.
DALFactory
com.github.leeonky.dal.ast.
ExcuteableNode
com.github.leeonky.interpreter.
ExpressionFactory
<C,N,E,O>
com.github.leeonky.dal.runtime.
Extension
com.github.leeonky.dal.runtime.
Flatten
com.github.leeonky.dal.format.
Formatter
<T,R>
java.util.function.Function<T,R>
com.github.leeonky.dal.runtime.
ConstructorViaSchema
com.github.leeonky.dal.runtime.
ListAccessor
<T>
com.github.leeonky.dal.runtime.
ArrayAccessor
<T>
com.github.leeonky.dal.runtime.
NameStrategy
com.github.leeonky.interpreter.
Node
<C,N>
com.github.leeonky.interpreter.
Expression
<C,N,E,O>
com.github.leeonky.interpreter.
Parser
<C,N,E,O,P,PA,MA,T>
com.github.leeonky.interpreter.
ClauseParser
<C,N,E,O,P>
com.github.leeonky.interpreter.
NodeParser
<C,N,E,O,P>
com.github.leeonky.interpreter.
OperatorParser
<C,N,E,O,P>
com.github.leeonky.interpreter.
Parser.Mandatory
<C,N,E,O,P,PA,MA,T>
com.github.leeonky.interpreter.
ClauseParser.Mandatory
<C,N,E,O,P>
com.github.leeonky.interpreter.
NodeParser.Mandatory
<C,N,E,O,P>
com.github.leeonky.interpreter.
OperatorParser.Mandatory
<C,N,E,O,P>
com.github.leeonky.dal.runtime.
PropertyAccessor
<T>
com.github.leeonky.interpreter.
RuntimeContext
<C>
com.github.leeonky.dal.runtime.
Schema
com.github.leeonky.interpreter.
TokenScanner
<C,N,E,O,P>
com.github.leeonky.interpreter.
TokenScanner.Mandatory
<C,N,E,O,P>
com.github.leeonky.interpreter.
TriplePredicate
<T,U,V>
com.github.leeonky.dal.format.
Type
<T>
com.github.leeonky.dal.runtime.
UserLiteralRule
Annotation Type Hierarchy
com.github.leeonky.dal.type.
SubType
(implements java.lang.annotation.Annotation)
com.github.leeonky.dal.type.
SubType.Type
(implements java.lang.annotation.Annotation)
com.github.leeonky.dal.type.
FieldAliases
(implements java.lang.annotation.Annotation)
com.github.leeonky.dal.type.
AllowNull
(implements java.lang.annotation.Annotation)
com.github.leeonky.dal.type.
Partial
(implements java.lang.annotation.Annotation)
com.github.leeonky.dal.type.
FieldAlias
(implements java.lang.annotation.Annotation)
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
com.github.leeonky.dal.ast.
SymbolNode.Type
com.github.leeonky.dal.ast.
ListScopeNode.Type
com.github.leeonky.dal.ast.
SortNode.Type
com.github.leeonky.interpreter.
InterpreterException.Position.Type
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes