public abstract class HStageType1 extends AbstractHStage
| Constructor and Description |
|---|
HStageType1() |
| Modifier and Type | Method and Description |
|---|---|
void |
attachLambdaTypes(net.thevpc.jeep.JInvokable f,
net.thevpc.jeep.JNode[] nargs,
net.thevpc.jeep.JCompilerContext context) |
void |
processAllNextCompilerStage(net.thevpc.jeep.JCompilerContext compilerContextBase) |
abstract net.thevpc.jeep.JNode |
processCompilerStage(net.thevpc.jeep.JCompilerContext compilerContextBase) |
<T extends net.thevpc.jeep.JNode> |
processNextCompilerStage(net.thevpc.jeep.JCompilerContext compilerContextBase,
net.thevpc.jeep.JNode[] nargs) |
<T extends net.thevpc.jeep.JNode> |
processNextCompilerStage(net.thevpc.jeep.JCompilerContext compilerContextBase,
List<T> nargs) |
<T extends net.thevpc.jeep.JNode> |
processNextCompilerStage(net.thevpc.jeep.JCompilerContext compilerContextBase,
Supplier<T> getter,
Consumer<T> setter) |
net.thevpc.jeep.JNode |
processNextCompilerStage(net.thevpc.jeep.JNode node,
net.thevpc.jeep.JCompilerContext compilerContext) |
<T extends net.thevpc.jeep.JNode> |
processNextCompilerStage(net.thevpc.jeep.JNode parentNode,
net.thevpc.jeep.JNode[] nargs,
net.thevpc.jeep.JCompilerContext compilerContext) |
<T extends net.thevpc.jeep.JNode> |
processNextCompilerStage(net.thevpc.jeep.JNode parentNode,
List<T> nargs,
net.thevpc.jeep.JCompilerContext compilerContext) |
<T extends net.thevpc.jeep.JNode> |
processNextCompilerStage(Supplier<T> getter,
Consumer<T> setter,
net.thevpc.jeep.JCompilerContext compilerContext) |
void |
processProject(HProject project,
HOptions options) |
public abstract net.thevpc.jeep.JNode processCompilerStage(net.thevpc.jeep.JCompilerContext compilerContextBase)
public void processAllNextCompilerStage(net.thevpc.jeep.JCompilerContext compilerContextBase)
public <T extends net.thevpc.jeep.JNode> T processNextCompilerStage(net.thevpc.jeep.JCompilerContext compilerContextBase,
Supplier<T> getter,
Consumer<T> setter)
public <T extends net.thevpc.jeep.JNode> void processNextCompilerStage(net.thevpc.jeep.JCompilerContext compilerContextBase,
List<T> nargs)
public <T extends net.thevpc.jeep.JNode> void processNextCompilerStage(net.thevpc.jeep.JCompilerContext compilerContextBase,
net.thevpc.jeep.JNode[] nargs)
public void attachLambdaTypes(net.thevpc.jeep.JInvokable f,
net.thevpc.jeep.JNode[] nargs,
net.thevpc.jeep.JCompilerContext context)
public net.thevpc.jeep.JNode processNextCompilerStage(net.thevpc.jeep.JNode node,
net.thevpc.jeep.JCompilerContext compilerContext)
public <T extends net.thevpc.jeep.JNode> T processNextCompilerStage(Supplier<T> getter, Consumer<T> setter, net.thevpc.jeep.JCompilerContext compilerContext)
public <T extends net.thevpc.jeep.JNode> void processNextCompilerStage(net.thevpc.jeep.JNode parentNode,
List<T> nargs,
net.thevpc.jeep.JCompilerContext compilerContext)
public <T extends net.thevpc.jeep.JNode> void processNextCompilerStage(net.thevpc.jeep.JNode parentNode,
net.thevpc.jeep.JNode[] nargs,
net.thevpc.jeep.JCompilerContext compilerContext)
Copyright © 2025 vpc open source initiative. All rights reserved.