Package | Description |
---|---|
gololang.ir |
Java package for golo IR tree elements.
|
Modifier and Type | Method and Description |
---|---|
static Visitors.Walk |
Visitors.Walk.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Visitors.Walk[] |
Visitors.Walk.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Visitors.DispatchIrVisitor |
Visitors.visitor(FunctionReference fun,
Visitors.Walk walk)
Creates a visitor from a unique function.
|
static Visitors.DispatchIrVisitor |
Visitors.visitor(java.util.Map<java.lang.Class<? extends GoloElement<?>>,FunctionReference> functions,
FunctionReference defaultFunction,
Visitors.Walk walk)
Creates a visitor from a map of functions.
|