JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
com.github.fge.grappa
,
com.github.fge.grappa.annotations
,
com.github.fge.grappa.buffers
,
com.github.fge.grappa.exceptions
,
com.github.fge.grappa.helpers
,
com.github.fge.grappa.internal
,
com.github.fge.grappa.matchers
,
com.github.fge.grappa.matchers.base
,
com.github.fge.grappa.matchers.delegate
,
com.github.fge.grappa.matchers.join
,
com.github.fge.grappa.matchers.predicates
,
com.github.fge.grappa.matchers.repeat
,
com.github.fge.grappa.matchers.trie
,
com.github.fge.grappa.matchers.unicode
,
com.github.fge.grappa.matchers.wrap
,
com.github.fge.grappa.misc
,
com.github.fge.grappa.parsers
,
com.github.fge.grappa.rules
,
com.github.fge.grappa.run
,
com.github.fge.grappa.run.context
,
com.github.fge.grappa.run.events
,
com.github.fge.grappa.run.trace
,
com.github.fge.grappa.stack
,
com.github.fge.grappa.support
,
com.github.fge.grappa.transform
,
com.github.fge.grappa.transform.base
,
com.github.fge.grappa.transform.generate
,
com.github.fge.grappa.transform.hash
,
com.github.fge.grappa.transform.process
,
com.github.fge.grappa.transform.runtime
Class Hierarchy
java.lang.
Object
com.github.fge.grappa.run.
AbstractParseRunner
<V> (implements com.github.fge.grappa.run.
ParseRunner
<V>)
com.github.fge.grappa.run.
ListeningParseRunner
<V> (implements com.github.fge.grappa.run.
MatchHandler
)
com.github.fge.grappa.misc.
AsmUtils
com.github.fge.grappa.parsers.
BaseActions
<V> (implements com.github.fge.grappa.run.context.
ContextAware
<V>)
com.github.fge.grappa.parsers.
BaseParser
<V>
com.github.fge.grappa.parsers.
ListeningParser
<V>
com.github.fge.grappa.transform.runtime.
BaseGroupClass
com.github.fge.grappa.transform.runtime.
BaseAction
<V> (implements com.github.fge.grappa.rules.
SkippableAction
<V>)
com.github.fge.grappa.transform.runtime.
BaseVarInit
<V> (implements com.google.common.base.
Supplier
<T>)
org.objectweb.asm.tree.analysis.
BasicValue
(implements org.objectweb.asm.tree.analysis.
Value
)
com.github.fge.grappa.transform.base.
InstructionGraphNode
com.github.fge.grappa.transform.process.
BodyWithSuperCallReplacer
(implements com.github.fge.grappa.transform.process.
RuleMethodProcessor
)
com.github.fge.grappa.transform.runtime.
CacheArguments
com.github.fge.grappa.transform.process.
CachingGenerator
(implements com.github.fge.grappa.transform.process.
RuleMethodProcessor
)
com.github.fge.grappa.support.
Characters
com.github.fge.grappa.support.
Chars
com.github.fge.grappa.buffers.
CharSequenceInputBuffer
(implements com.github.fge.grappa.buffers.
InputBuffer
)
com.github.fge.grappa.transform.
ClassCache
org.objectweb.asm.
ClassVisitor
org.objectweb.asm.tree.
ClassNode
com.github.fge.grappa.transform.base.
ParserClassNode
com.github.fge.grappa.transform.generate.
ClassNodeInitializer
com.github.fge.grappa.transform.
CodeBlock
(implements org.objectweb.asm.
Opcodes
)
com.github.fge.grappa.transform.generate.
ConstructorGenerator
com.github.fge.grappa.run.context.
DefaultMatcherContext
<V> (implements com.github.fge.grappa.run.context.
MatcherContext
<V>)
com.google.common.escape.
Escaper
com.github.fge.grappa.support.
CharsEscaper
com.google.common.escape.
UnicodeEscaper
com.google.common.escape.
ArrayBasedUnicodeEscaper
com.github.fge.grappa.run.trace.
LabelEscaper
com.github.fge.grappa.
Grappa
com.github.fge.grappa.transform.process.
GroupClassGenerator
(implements com.github.fge.grappa.transform.process.
RuleMethodProcessor
)
com.github.fge.grappa.transform.generate.
ActionClassGenerator
com.github.fge.grappa.transform.generate.
VarInitClassGenerator
com.github.fge.grappa.misc.
ImmutableGraphNode
<T> (implements com.github.fge.grappa.misc.
GraphNode
<T>)
com.github.fge.grappa.matchers.base.
AbstractMatcher
(implements java.lang.
Cloneable
, com.github.fge.grappa.matchers.base.
Matcher
)
com.github.fge.grappa.matchers.
ActionMatcher
com.github.fge.grappa.matchers.
AnyMatcher
com.github.fge.grappa.matchers.
AnyOfMatcher
com.github.fge.grappa.matchers.trie.
CaseInsensitiveTrieMatcher
com.github.fge.grappa.matchers.
CharIgnoreCaseMatcher
com.github.fge.grappa.matchers.
CharMatcher
com.github.fge.grappa.matchers.
CharRangeMatcher
com.github.fge.grappa.matchers.unicode.
CodePointMatcher
com.github.fge.grappa.matchers.unicode.
CodePointRangeMatcher
com.github.fge.grappa.matchers.base.
CustomDefaultLabelMatcher
<T>
com.github.fge.grappa.matchers.delegate.
FirstOfMatcher
com.github.fge.grappa.matchers.join.
JoinMatcher
com.github.fge.grappa.matchers.join.
BoundedBothJoinMatcher
com.github.fge.grappa.matchers.join.
BoundedDownJoinMatcher
com.github.fge.grappa.matchers.join.
BoundedUpJoinMatcher
com.github.fge.grappa.matchers.join.
ExactMatchesJoinMatcher
com.github.fge.grappa.matchers.delegate.
OptionalMatcher
com.github.fge.grappa.matchers.delegate.
SequenceMatcher
com.github.fge.grappa.matchers.predicates.
TestMatcher
com.github.fge.grappa.matchers.predicates.
TestNotMatcher
com.github.fge.grappa.matchers.
EmptyMatcher
com.github.fge.grappa.matchers.
EndOfInputMatcher
com.github.fge.grappa.matchers.
NothingMatcher
com.github.fge.grappa.matchers.
RegexMatcher
com.github.fge.grappa.matchers.repeat.
RepeatMatcher
com.github.fge.grappa.matchers.repeat.
BoundedBothRepeatMatcher
com.github.fge.grappa.matchers.repeat.
BoundedDownRepeatMatcher
com.github.fge.grappa.matchers.repeat.
BoundedUpRepeatMatcher
com.github.fge.grappa.matchers.repeat.
ExactMatchesRepeatMatcher
com.github.fge.grappa.matchers.
StringIgnoreCaseMatcher
com.github.fge.grappa.matchers.
StringMatcher
com.github.fge.grappa.matchers.trie.
TrieMatcher
com.github.fge.grappa.transform.process.
ImplicitActionsConverter
(implements com.github.fge.grappa.transform.process.
RuleMethodProcessor
)
com.github.fge.grappa.support.
IndexRange
com.github.fge.grappa.transform.process.
InstructionGraphCreator
(implements com.github.fge.grappa.transform.process.
RuleMethodProcessor
)
com.github.fge.grappa.transform.base.
InstructionGroup
com.github.fge.grappa.transform.process.
InstructionGroupCreator
(implements com.github.fge.grappa.transform.process.
RuleMethodProcessor
)
com.github.fge.grappa.transform.process.
InstructionGroupPreparer
(implements com.github.fge.grappa.transform.process.
RuleMethodProcessor
)
org.objectweb.asm.tree.analysis.
Interpreter
<V>
org.objectweb.asm.tree.analysis.
BasicInterpreter
(implements org.objectweb.asm.
Opcodes
)
com.github.fge.grappa.transform.
RuleMethodInterpreter
com.github.fge.grappa.matchers.join.
JoinMatcherBootstrap
<V,P>
com.github.fge.grappa.transform.process.
LabellingGenerator
(implements com.github.fge.grappa.transform.process.
RuleMethodProcessor
)
com.github.fge.grappa.transform.hash.
LabelListFunnel
(implements com.google.common.hash.
Funnel
<T>)
com.github.fge.grappa.buffers.
LineCounter
com.github.fge.grappa.transform.
LoadingOpcode
com.github.fge.grappa.run.events.
MatchContextEvent
<V>
com.github.fge.grappa.run.events.
MatchFailureEvent
<V>
com.github.fge.grappa.run.events.
MatchSuccessEvent
<V>
com.github.fge.grappa.run.events.
PreMatchEvent
<V>
com.github.fge.grappa.run.events.
PreParseEvent
<V>
org.objectweb.asm.
MethodVisitor
com.github.fge.grappa.transform.hash.
InstructionGroupHasher
org.objectweb.asm.tree.
MethodNode
com.github.fge.grappa.transform.base.
RuleMethod
com.github.fge.grappa.transform.
ParserTransformer
com.github.fge.grappa.run.
ParseRunnerListener
<V>
com.github.fge.grappa.run.trace.
TracingListener
<V>
com.github.fge.grappa.run.
ParsingResult
<V>
com.github.fge.grappa.support.
Position
com.github.fge.grappa.run.events.
PostParseEvent
<V>
com.github.fge.grappa.matchers.wrap.
ProxyMatcher
(implements java.lang.
Cloneable
, com.github.fge.grappa.matchers.base.
Matcher
)
com.github.fge.grappa.misc.
RangeMatcherBuilder
<V>
com.github.fge.grappa.matchers.join.
JoinMatcherBuilder
<V>
com.github.fge.grappa.matchers.repeat.
RepeatMatcherBuilder
<V>
com.github.fge.grappa.misc.
Reference
<T>
com.github.fge.grappa.support.
Var
<T>
com.github.fge.grappa.support.
StringBuilderVar
com.github.fge.grappa.support.
StringVar
com.github.fge.grappa.transform.process.
ReturnInstructionUnifier
(implements com.github.fge.grappa.transform.process.
RuleMethodProcessor
)
com.github.fge.grappa.transform.process.
RuleMethodRewriter
(implements com.github.fge.grappa.transform.process.
RuleMethodProcessor
)
com.github.fge.grappa.transform.process.
SuperCallRewriter
(implements com.github.fge.grappa.transform.process.
RuleMethodProcessor
)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
com.github.fge.grappa.exceptions.
GrappaException
com.github.fge.grappa.exceptions.
InvalidGrammarException
com.github.fge.grappa.matchers.trie.
Trie
com.github.fge.grappa.matchers.trie.
TrieBuilder
com.github.fge.grappa.matchers.trie.
TrieNode
com.github.fge.grappa.matchers.trie.
TrieNodeBuilder
com.github.fge.grappa.transform.process.
UnusedLabelsRemover
(implements com.github.fge.grappa.transform.process.
RuleMethodProcessor
)
com.github.fge.grappa.stack.
ValueStackBase
<V> (implements com.github.fge.grappa.stack.
ValueStack
<V>)
com.github.fge.grappa.stack.
DefaultValueStack
<V>
com.github.fge.grappa.transform.process.
VarFramingGenerator
(implements com.github.fge.grappa.transform.process.
RuleMethodProcessor
)
com.github.fge.grappa.matchers.wrap.
VarFramingMatcher
(implements com.github.fge.grappa.matchers.base.
Matcher
)
Interface Hierarchy
com.github.fge.grappa.rules.
Action
<V>
com.github.fge.grappa.rules.
SkippableAction
<V>
com.github.fge.grappa.run.context.
Context
<V>
com.github.fge.grappa.run.context.
MatcherContext
<V>
com.github.fge.grappa.run.context.
ContextAware
<V>
com.github.fge.grappa.misc.
GraphNode
<T>
com.github.fge.grappa.matchers.base.
Matcher
(also extends com.github.fge.grappa.rules.
Rule
)
com.github.fge.grappa.buffers.
InputBuffer
java.lang.
Iterable
<T>
com.github.fge.grappa.stack.
ValueStack
<V>
com.github.fge.grappa.run.
MatchHandler
com.github.fge.grappa.run.
ParseRunner
<V>
com.github.fge.grappa.rules.
Rule
com.github.fge.grappa.matchers.base.
Matcher
(also extends com.github.fge.grappa.misc.
GraphNode
<T>)
com.github.fge.grappa.transform.process.
RuleMethodProcessor
com.github.fge.grappa.helpers.
ValueBuilder
<T>
Annotation Type Hierarchy
com.github.fge.grappa.annotations.
Cached
(implements java.lang.annotation.
Annotation
)
com.github.fge.grappa.annotations.
DontExtend
(implements java.lang.annotation.
Annotation
)
com.github.fge.grappa.annotations.
DontLabel
(implements java.lang.annotation.
Annotation
)
com.github.fge.grappa.annotations.
DontSkipActionsInPredicates
(implements java.lang.annotation.
Annotation
)
com.github.fge.grappa.annotations.
ExplicitActionsOnly
(implements java.lang.annotation.
Annotation
)
com.github.fge.grappa.annotations.
Label
(implements java.lang.annotation.
Annotation
)
com.github.fge.grappa.annotations.
SkipActionsInPredicates
(implements java.lang.annotation.
Annotation
)
com.github.fge.grappa.internal.
NonFinalForTesting
(implements java.lang.annotation.
Annotation
)
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
com.github.fge.grappa.matchers.
MatcherType
com.github.fge.grappa.transform.
ParserAnnotation
com.github.fge.grappa.transform.hash.
FieldNodeFunnel
(implements com.google.common.hash.
Funnel
<T>)
com.github.fge.grappa.transform.hash.
LdcInsnFunnel
(implements com.google.common.hash.
Funnel
<T>)
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes