Serialized Form
-
Package io.github.douira.glsl_transformer.ast.data
-
Class io.github.douira.glsl_transformer.ast.data.ChildNodeList
-
Serialized Fields
-
parent
InnerASTNode parent
-
-
-
Class io.github.douira.glsl_transformer.ast.data.ProxyArrayList
-
Class io.github.douira.glsl_transformer.ast.data.TypedTreeCache
-
-
Package io.github.douira.glsl_transformer.ast.query.index
-
Class io.github.douira.glsl_transformer.ast.query.index.DuplicatorTrie
-
Serialized Fields
-
marker
char marker
-
-
-
Class io.github.douira.glsl_transformer.ast.query.index.PermutermTrie
-
Class io.github.douira.glsl_transformer.ast.query.index.PrefixSuffixTrie
-
Class io.github.douira.glsl_transformer.ast.query.index.PrefixTrie
-
-
Package io.github.douira.glsl_transformer.cst.core
-
Exception Class io.github.douira.glsl_transformer.cst.core.SemanticException
class SemanticException extends RuntimeException implements Serializable-
Serialized Fields
-
node
ParseTree node
The contained node that may be the cause of the exception. Can benull.
-
-
-
-
Package io.github.douira.glsl_transformer.util
-
Class io.github.douira.glsl_transformer.util.LRUCache
-
Serialized Fields
-
maxSize
int maxSize
-
-
-
-
Package org.apache.commons.collections4.trie
-
Class org.apache.commons.collections4.trie.AbstractBitwiseTrie
- serialVersionUID:
- 5826987063535505652L
-
Serialized Fields
-
keyAnalyzer
KeyAnalyzer<? super K> keyAnalyzer
TheKeyAnalyzerthat's being used to build the PATRICIATrie.
-
-
Class org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry
class TrieEntry extends org.apache.commons.collections4.trie.AbstractBitwiseTrie.BasicEntry<K,V> implements Serializable - serialVersionUID:
- 4596023148184140013L
-
Serialized Fields
-
bitIndex
int bitIndex
The index this entry is comparing. -
left
org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry<K,
V> left The left child of this entry. -
parent
org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry<K,
V> parent The parent of this entry. -
predecessor
org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry<K,
V> predecessor The entry who uplinks to this entry. -
right
org.apache.commons.collections4.trie.AbstractPatriciaTrie.TrieEntry<K,
V> right The right child of this entry.
-
-
Class org.apache.commons.collections4.trie.KeyAnalyzer
class KeyAnalyzer extends Object implements Serializable- serialVersionUID:
- -20497563720380683L
-
Class org.apache.commons.collections4.trie.PatriciaTrie
class PatriciaTrie extends org.apache.commons.collections4.trie.AbstractPatriciaTrie<String,E> implements Serializable - serialVersionUID:
- 4446367780901817838L
-
Class org.apache.commons.collections4.trie.UnmodifiableTrie
class UnmodifiableTrie extends Object implements Serializable- serialVersionUID:
- -7156426030315945159L
-
-
Package org.apache.commons.collections4.trie.analyzer
-
Class org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer
- serialVersionUID:
- -7032449491269434877L
-