JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
gololang
,
gololang.annotations
,
gololang.concurrent.async
,
gololang.concurrent.workers
,
gololang.error
,
org.eclipse.golo.cli
,
org.eclipse.golo.cli.command
,
org.eclipse.golo.cli.command.spi
,
org.eclipse.golo.compiler
,
org.eclipse.golo.compiler.ir
,
org.eclipse.golo.compiler.parser
,
org.eclipse.golo.compiler.utils
,
org.eclipse.golo.doc
,
org.eclipse.golo.runtime
,
org.eclipse.golo.runtime.adapters
,
org.eclipse.golo.runtime.augmentation
Class Hierarchy
java.lang.Object
org.eclipse.golo.compiler.ir.
AbstractGoloIrVisitor
(implements org.eclipse.golo.compiler.ir.
GoloIrVisitor
)
org.eclipse.golo.compiler.
ClosureCaptureGoloIrVisitor
java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
org.eclipse.golo.compiler.utils.
AbstractRegister
<K,V> (implements org.eclipse.golo.compiler.utils.
Register
<K,V>)
org.eclipse.golo.doc.
AbstractProcessor
org.eclipse.golo.doc.
CtagsProcessor
org.eclipse.golo.doc.
HtmlProcessor
org.eclipse.golo.doc.
MarkdownProcessor
org.eclipse.golo.runtime.adapters.
AdapterDefinition
gololang.
AdapterFabric
gololang.
AdapterFabric.Maker
org.eclipse.golo.runtime.adapters.
AdapterSupport
org.eclipse.golo.runtime.
ArrayHelper
gololang.concurrent.async.
AssignedFuture
(implements gololang.concurrent.async.
Future
)
org.eclipse.golo.runtime.augmentation.
AugmentationApplication
org.eclipse.golo.runtime.augmentation.
AugmentationMethod
(implements java.lang.Comparable<T>)
org.eclipse.golo.compiler.ir.
Builders
org.eclipse.golo.cli.command.
CheckCommand
(implements org.eclipse.golo.cli.command.spi.
CliCommand
)
java.lang.ClassLoader
org.eclipse.golo.compiler.
GoloClassLoader
org.eclipse.golo.cli.command.
ClasspathOption
org.eclipse.golo.runtime.
ClassReferenceSupport
org.eclipse.golo.runtime.
ClosureCallSupport
org.eclipse.golo.runtime.
ClosureReferenceSupport
org.eclipse.golo.compiler.
CodeGenerationResult
org.eclipse.golo.cli.command.
CompilerCommand
(implements org.eclipse.golo.cli.command.spi.
CliCommand
)
org.eclipse.golo.runtime.
DecoratorsHelper
org.eclipse.golo.runtime.augmentation.
DefiningModule
org.eclipse.golo.cli.command.
DiagnoseCommand
(implements org.eclipse.golo.cli.command.spi.
CliCommand
)
org.eclipse.golo.cli.command.
DiagnoseCommand.DiagnoseModeValidator
(implements com.beust.jcommander.IParameterValidator)
org.eclipse.golo.cli.command.
DiagnoseCommand.DiagnoseStageValidator
(implements com.beust.jcommander.IParameterValidator)
org.eclipse.golo.cli.command.
DocCommand
(implements org.eclipse.golo.cli.command.spi.
CliCommand
)
org.eclipse.golo.cli.command.
DocCommand.DocFormatValidator
(implements com.beust.jcommander.IParameterValidator)
gololang.
DynamicObject
gololang.
DynamicVariable
gololang.
EvaluationEnvironment
org.eclipse.golo.runtime.
Extractors
org.eclipse.golo.runtime.
FunctionCallSupport
gololang.
FunctionReference
org.eclipse.golo.compiler.
GoloCompilationException.Builder
org.eclipse.golo.compiler.
GoloCompilationException.Problem
org.eclipse.golo.compiler.
GoloCompiler
org.eclipse.golo.compiler.ir.
GoloElement
org.eclipse.golo.compiler.ir.
Augmentation
(implements org.eclipse.golo.compiler.ir.
FunctionContainer
)
org.eclipse.golo.compiler.ir.
Decorator
org.eclipse.golo.compiler.ir.
GoloModule
(implements org.eclipse.golo.compiler.ir.
FunctionContainer
)
org.eclipse.golo.compiler.ir.
GoloStatement
org.eclipse.golo.compiler.ir.
AssignmentStatement
org.eclipse.golo.compiler.ir.
CaseStatement
(implements org.eclipse.golo.compiler.ir.
Alternatives
<T>, org.eclipse.golo.compiler.ir.
Scope
)
org.eclipse.golo.compiler.ir.
ConditionalBranching
(implements org.eclipse.golo.compiler.ir.
Scope
)
org.eclipse.golo.compiler.ir.
DestructuringAssignment
org.eclipse.golo.compiler.ir.
ExpressionStatement
org.eclipse.golo.compiler.ir.
AbstractInvocation
org.eclipse.golo.compiler.ir.
FunctionInvocation
org.eclipse.golo.compiler.ir.
MethodInvocation
org.eclipse.golo.compiler.ir.
BinaryOperation
org.eclipse.golo.compiler.ir.
Block
(implements org.eclipse.golo.compiler.ir.
Scope
)
org.eclipse.golo.compiler.ir.
ClosureReference
org.eclipse.golo.compiler.ir.
CollectionComprehension
org.eclipse.golo.compiler.ir.
CollectionLiteral
org.eclipse.golo.compiler.ir.
ConstantStatement
org.eclipse.golo.compiler.ir.
GoloFunction
(implements org.eclipse.golo.compiler.ir.
Scope
)
org.eclipse.golo.compiler.ir.
MatchExpression
(implements org.eclipse.golo.compiler.ir.
Alternatives
<T>)
org.eclipse.golo.compiler.ir.
NamedArgument
org.eclipse.golo.compiler.ir.
ReferenceLookup
org.eclipse.golo.compiler.ir.
UnaryOperation
org.eclipse.golo.compiler.ir.
ForEachLoopStatement
(implements org.eclipse.golo.compiler.ir.
BlockContainer
, org.eclipse.golo.compiler.ir.
Scope
)
org.eclipse.golo.compiler.ir.
LoopBreakFlowStatement
org.eclipse.golo.compiler.ir.
LoopStatement
(implements org.eclipse.golo.compiler.ir.
BlockContainer
, org.eclipse.golo.compiler.ir.
Scope
)
org.eclipse.golo.compiler.ir.
ReturnStatement
(implements org.eclipse.golo.compiler.ir.
Scope
)
org.eclipse.golo.compiler.ir.
ThrowStatement
org.eclipse.golo.compiler.ir.
TryCatchFinally
org.eclipse.golo.compiler.ir.
LocalReference
org.eclipse.golo.compiler.ir.
Member
org.eclipse.golo.compiler.ir.
ModuleImport
org.eclipse.golo.compiler.ir.
NamedAugmentation
(implements org.eclipse.golo.compiler.ir.
FunctionContainer
)
org.eclipse.golo.compiler.ir.
Struct
org.eclipse.golo.compiler.ir.
Union
org.eclipse.golo.compiler.ir.
UnionValue
org.eclipse.golo.compiler.ir.
WhenClause
<T>
org.eclipse.golo.cli.command.
GoloGoloCommand
(implements org.eclipse.golo.cli.command.spi.
CliCommand
)
org.eclipse.golo.compiler.parser.
GoloParser
(implements org.eclipse.golo.compiler.parser.
GoloParserConstants
, org.eclipse.golo.compiler.parser.
GoloParserTreeConstants
)
org.eclipse.golo.compiler.parser.
GoloOffsetParser
org.eclipse.golo.compiler.parser.
GoloParser.FunctionRef
org.eclipse.golo.compiler.parser.
GoloParser.ParserClassRef
org.eclipse.golo.compiler.parser.
GoloParserDefaultVisitor
(implements org.eclipse.golo.compiler.parser.
GoloParserVisitor
)
org.eclipse.golo.compiler.parser.
GoloParserTokenManager
(implements org.eclipse.golo.compiler.parser.
GoloParserConstants
)
org.eclipse.golo.compiler.parser.
GoloOffsetParserTokenManager
gololang.
GoloStruct
(implements java.lang.Comparable<T>, java.lang.Iterable<T>)
org.eclipse.golo.compiler.parser.
GoloTokenBase
org.eclipse.golo.compiler.parser.
Token
(implements java.io.Serializable)
gololang.
HeadTailIterator
<T> (implements java.util.Iterator<E>)
org.eclipse.golo.cli.command.
InitCommand
(implements org.eclipse.golo.cli.command.spi.
CliCommand
)
org.eclipse.golo.cli.command.
InitCommand.ProfileValidator
(implements com.beust.jcommander.IParameterValidator)
org.eclipse.golo.cli.command.
InitCommand.ProjectTypeValidator
(implements com.beust.jcommander.IParameterValidator)
org.eclipse.golo.cli.command.
InitCommand.VcsValidator
(implements com.beust.jcommander.IParameterValidator)
org.eclipse.golo.compiler.ir.
IrTreeDumper
(implements org.eclipse.golo.compiler.ir.
GoloIrVisitor
)
org.eclipse.golo.runtime.adapters.
JavaBytecodeAdapterGenerator
org.eclipse.golo.compiler.parser.
JavaCharStream
org.eclipse.golo.compiler.parser.
JavaOffsetCharStream
org.eclipse.golo.compiler.parser.
JJTGoloParserState
gololang.
LazyList
(implements java.util.Collection<E>, gololang.
HeadTail
<E>)
org.eclipse.golo.runtime.
Loader
(implements java.util.function.Function<T,R>)
org.eclipse.golo.cli.
Main
org.eclipse.golo.cli.
Main.UsageFormatValidator
(implements com.beust.jcommander.IParameterValidator)
gololang.
Messages
org.eclipse.golo.cli.command.
Metadata
org.eclipse.golo.runtime.
MethodInvocation
org.eclipse.golo.runtime.
MethodInvocationSupport
org.eclipse.golo.runtime.
Module
org.eclipse.golo.doc.
ModuleDocumentation
org.eclipse.golo.runtime.
NamedArgumentsHelper
gololang.
Observable
org.eclipse.golo.runtime.
OperatorSupport
org.eclipse.golo.compiler.
PackageAndClass
org.eclipse.golo.compiler.
ParseTreeToGoloIrVisitor
(implements org.eclipse.golo.compiler.parser.
GoloParserVisitor
)
gololang.concurrent.workers.
Port
org.eclipse.golo.compiler.ir.
PositionInSourceCode
gololang.
Predefined
org.eclipse.golo.runtime.
PrimitiveArrayIterator
(implements java.util.Iterator<E>)
gololang.concurrent.async.
Promise
org.eclipse.golo.runtime.
PropertyMethodFinder
org.eclipse.golo.compiler.ir.
ReferenceTable
(implements org.eclipse.golo.compiler.ir.
Scope
)
gololang.error.
Result
<T,E> (implements java.lang.Iterable<T>)
org.eclipse.golo.cli.command.
RunCommand
(implements org.eclipse.golo.cli.command.spi.
CliCommand
)
org.eclipse.golo.cli.command.
ShebangCommand
(implements org.eclipse.golo.cli.command.spi.
CliCommand
)
org.eclipse.golo.compiler.parser.
SimpleNode
(implements org.eclipse.golo.compiler.parser.
Node
)
org.eclipse.golo.compiler.parser.
GoloASTNode
org.eclipse.golo.compiler.parser.
ASTAdditiveExpression
org.eclipse.golo.compiler.parser.
ASTAndExpression
org.eclipse.golo.compiler.parser.
ASTAnonymousFunctionInvocation
org.eclipse.golo.compiler.parser.
ASTArgument
org.eclipse.golo.compiler.parser.
ASTAssignment
(implements org.eclipse.golo.compiler.parser.
NamedNode
)
org.eclipse.golo.compiler.parser.
ASTAugmentDeclaration
(implements org.eclipse.golo.compiler.parser.
NamedNode
)
org.eclipse.golo.compiler.parser.
ASTBlock
org.eclipse.golo.compiler.parser.
ASTBreak
org.eclipse.golo.compiler.parser.
ASTCase
org.eclipse.golo.compiler.parser.
ASTCollectionLiteral
org.eclipse.golo.compiler.parser.
ASTCompilationUnit
org.eclipse.golo.compiler.parser.
ASTConditionalBranching
org.eclipse.golo.compiler.parser.
ASTContinue
org.eclipse.golo.compiler.parser.
ASTDecoratorDeclaration
org.eclipse.golo.compiler.parser.
ASTDestructuringAssignment
org.eclipse.golo.compiler.parser.
ASTEqualityExpression
org.eclipse.golo.compiler.parser.
ASTerror
org.eclipse.golo.compiler.parser.
ASTExpressionStatement
org.eclipse.golo.compiler.parser.
ASTForEachLoop
org.eclipse.golo.compiler.parser.
ASTForLoop
org.eclipse.golo.compiler.parser.
ASTFunction
org.eclipse.golo.compiler.parser.
ASTFunctionDeclaration
(implements org.eclipse.golo.compiler.parser.
NamedNode
)
org.eclipse.golo.compiler.parser.
ASTFunctionInvocation
(implements org.eclipse.golo.compiler.parser.
NamedNode
)
org.eclipse.golo.compiler.parser.
ASTImportDeclaration
(implements org.eclipse.golo.compiler.parser.
NamedNode
)
org.eclipse.golo.compiler.parser.
ASTInvocationExpression
org.eclipse.golo.compiler.parser.
ASTLetOrVar
(implements org.eclipse.golo.compiler.parser.
NamedNode
)
org.eclipse.golo.compiler.parser.
ASTLiteral
org.eclipse.golo.compiler.parser.
ASTMatch
org.eclipse.golo.compiler.parser.
ASTMemberDeclaration
(implements org.eclipse.golo.compiler.parser.
NamedNode
)
org.eclipse.golo.compiler.parser.
ASTMethodInvocation
(implements org.eclipse.golo.compiler.parser.
NamedNode
)
org.eclipse.golo.compiler.parser.
ASTModuleDeclaration
(implements org.eclipse.golo.compiler.parser.
NamedNode
)
org.eclipse.golo.compiler.parser.
ASTMultiplicativeExpression
org.eclipse.golo.compiler.parser.
ASTNamedAugmentationDeclaration
(implements org.eclipse.golo.compiler.parser.
NamedNode
)
org.eclipse.golo.compiler.parser.
ASTOrExpression
org.eclipse.golo.compiler.parser.
ASTOrIfNullExpression
org.eclipse.golo.compiler.parser.
ASTReference
(implements org.eclipse.golo.compiler.parser.
NamedNode
)
org.eclipse.golo.compiler.parser.
ASTRelationalExpression
org.eclipse.golo.compiler.parser.
ASTReturn
org.eclipse.golo.compiler.parser.
ASTStructDeclaration
(implements org.eclipse.golo.compiler.parser.
NamedNode
)
org.eclipse.golo.compiler.parser.
ASTThrow
org.eclipse.golo.compiler.parser.
ASTToplevelDeclaration
org.eclipse.golo.compiler.parser.
ASTTryCatchFinally
org.eclipse.golo.compiler.parser.
ASTUnaryExpression
org.eclipse.golo.compiler.parser.
ASTUnionDeclaration
(implements org.eclipse.golo.compiler.parser.
NamedNode
)
org.eclipse.golo.compiler.parser.
ASTUnionValue
(implements org.eclipse.golo.compiler.parser.
NamedNode
)
org.eclipse.golo.compiler.parser.
ASTWhileLoop
org.eclipse.golo.compiler.utils.
StringBlockIndenter
org.eclipse.golo.compiler.utils.
StringUnescaping
org.eclipse.golo.compiler.ir.
SymbolGenerator
gololang.
TemplateEngine
java.lang.Throwable (implements java.io.Serializable)
java.lang.Error
org.eclipse.golo.compiler.parser.
TokenMgrError
java.lang.Exception
org.eclipse.golo.compiler.parser.
ParseException
java.lang.ReflectiveOperationException
org.eclipse.golo.runtime.
AmbiguousFunctionReferenceException
java.lang.NoSuchMethodException
org.eclipse.golo.cli.command.spi.
CliCommand.NoMainMethodException
java.lang.RuntimeException
org.eclipse.golo.runtime.adapters.
AdapterDefinitionProblem
org.eclipse.golo.compiler.
GoloCompilationException
gololang.
Tuple
(implements java.lang.Comparable<T>, gololang.
HeadTail
<E>)
org.eclipse.golo.runtime.
TypeMatching
gololang.
Union
gololang.
Unknown
org.eclipse.golo.cli.command.
VersionCommand
(implements org.eclipse.golo.cli.command.spi.
CliCommand
)
org.eclipse.golo.runtime.
Warnings
gololang.concurrent.workers.
WorkerEnvironment
gololang.concurrent.workers.
WorkerEnvironment.Builder
Interface Hierarchy
org.eclipse.golo.compiler.ir.
Alternatives
<T>
org.eclipse.golo.compiler.ir.
BlockContainer
org.eclipse.golo.cli.command.spi.
CliCommand
org.eclipse.golo.compiler.ir.
FunctionContainer
gololang.concurrent.async.
Future
gololang.concurrent.async.
Future.Observer
gololang.
GoloAdapter
org.eclipse.golo.compiler.ir.
GoloIrVisitor
org.eclipse.golo.compiler.parser.
GoloParserConstants
org.eclipse.golo.compiler.parser.
GoloParserTokenManager.TokenCompleter
org.eclipse.golo.compiler.parser.
GoloParserTreeConstants
org.eclipse.golo.compiler.parser.
GoloParserVisitor
java.lang.Iterable<T>
java.util.Collection<E>
gololang.
Range
<T> (also extends gololang.
HeadTail
<E>)
gololang.
HeadTail
<E>
gololang.
Range
<T> (also extends java.util.Collection<E>)
gololang.
Range
<T> (also extends java.util.Collection<E>, gololang.
HeadTail
<E>)
java.util.Map<K,V>
org.eclipse.golo.compiler.utils.
Register
<K,V>
org.eclipse.golo.compiler.parser.
NamedNode
org.eclipse.golo.compiler.parser.
Node
gololang.
Observable.Function
gololang.
Observable.Observer
gololang.
Observable.Predicate
org.eclipse.golo.compiler.ir.
Scope
gololang.concurrent.workers.
WorkerFunction
Annotation Type Hierarchy
gololang.annotations.
DecoratedBy
(implements java.lang.annotation.Annotation)
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
org.eclipse.golo.compiler.
GoloCompilationException.Problem.Type
org.eclipse.golo.compiler.ir.
CollectionLiteral.Type
org.eclipse.golo.compiler.ir.
GoloFunction.Scope
org.eclipse.golo.compiler.ir.
LocalReference.Kind
org.eclipse.golo.compiler.ir.
LoopBreakFlowStatement.Type
org.eclipse.golo.compiler.parser.
ASTLetOrVar.Type
org.eclipse.golo.runtime.augmentation.
DefiningModule.Scope
org.eclipse.golo.runtime.
OperatorType
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Prev
Next
Frames
No Frames
All Classes