Class |
Description |
AstBrowser
|
This object is a GUI for looking at the AST that Groovy generates. |
AstBrowserUiPreferences
|
This class sets and restores control positions in the browser. |
AstNodeToScriptAdapter
|
This class takes Groovy source code, compiles it to a specific compile phase, and then decompiles it
back to the groovy source. |
AstNodeToScriptVisitor
|
An adapter from ASTNode tree to source code. |
BytecodeCollector
|
|
GeneratedBytecodeAwareGroovyClassLoader
|
|
ObjectBrowser
|
A little GUI to show some of the Inspector capabilities.
|
ScriptToTreeNodeAdapter
|
This class controls the conversion from a Groovy script as a String into
a tree representation of the AST of that script. |
SwingTreeNodeMaker
|
Creates tree nodes for swing UI |
TableMap
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
TableSorter
|
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. |
TreeNodeBuildingNodeOperation
|
This Node Operation builds up a root tree node for the viewer. |
TreeNodeWithProperties
|
This class is a TreeNode and you can store additional properties on it. |