| Package | Description |
|---|---|
| net.hl.compiler.core | |
| net.hl.compiler.core.invokables |
| Modifier and Type | Method and Description |
|---|---|
static HFunctionType |
HFunctionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HFunctionType[] |
HFunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.jeep.JInvokable |
HLJCompilerContext.findInstanceMatch(net.thevpc.jeep.JOnError jOnError,
String name,
HFunctionType opType,
net.thevpc.jeep.JTypePattern base,
net.thevpc.jeep.JTypePattern[] args,
net.thevpc.jeep.JToken location,
FindMatchFailInfo failInfo) |
net.thevpc.jeep.JInvokable |
HLJCompilerContext.findStaticMatch(net.thevpc.jeep.JOnError jOnError,
net.thevpc.jeep.JType staticType,
String name,
HFunctionType functionType,
net.thevpc.jeep.JTypePattern[] args,
net.thevpc.jeep.JToken location,
FindMatchFailInfo failInfo) |
net.thevpc.jeep.JInvokable |
HLJCompilerContext.lookupFunctionMatch(net.thevpc.jeep.JOnError jOnError,
String name,
HFunctionType opType,
net.thevpc.jeep.JTypePattern[] args,
net.thevpc.jeep.JToken location) |
net.thevpc.jeep.JInvokable |
HLJCompilerContext.lookupFunctionMatch(net.thevpc.jeep.JOnError jOnError,
String name,
HFunctionType opType,
net.thevpc.jeep.JTypePattern[] args,
net.thevpc.jeep.JToken location,
FindMatchFailInfo failInfo) |
Copyright © 2021 vpc open source initiative. All rights reserved.