| Package | Description |
|---|---|
| net.hl.compiler.ast | |
| net.hl.compiler.parser | |
| net.hl.compiler.stages.generators.java |
| Modifier and Type | Method and Description |
|---|---|
HNTryCatch.CatchBranch[] |
HNTryCatch.getCatches() |
HNTryCatch.CatchBranch |
HNTryCatch.CatchBranch.setDoNode(HNode doNode) |
HNTryCatch.CatchBranch |
HNTryCatch.CatchBranch.setExceptionTypes(HNTypeToken[] exceptionTypes) |
HNTryCatch.CatchBranch |
HNTryCatch.CatchBranch.setExprMode(boolean exprMode) |
HNTryCatch.CatchBranch |
HNTryCatch.CatchBranch.setIdentifier(HNDeclareTokenIdentifier identifier) |
| Modifier and Type | Method and Description |
|---|---|
HNTryCatch |
HNTryCatch.addCatch(HNTryCatch.CatchBranch branch) |
HNTryCatch |
HNTryCatch.setCatches(HNTryCatch.CatchBranch[] cases) |
| Modifier and Type | Method and Description |
|---|---|
protected HNTryCatch.CatchBranch |
HParser._parseCatchDecl(boolean asExpr,
net.thevpc.common.textsource.log.JMessageList err) |
| Modifier and Type | Method and Description |
|---|---|
static HNTryCatch.CatchBranch |
HJavaGenUtils.Catch(HNTypeToken[] exceptionTypes,
HNDeclareTokenIdentifier identifier,
HNode doNode) |
static HNTryCatch.CatchBranch |
HJavaGenUtils.Catch(HNTypeToken exceptionTypes,
HNDeclareTokenIdentifier identifier,
HNode doNode) |
static HNTryCatch.CatchBranch |
HJavaGenUtils.Catch(net.thevpc.jeep.JType exceptionTypes,
HNDeclareTokenIdentifier identifier,
HNode doNode) |
Copyright © 2021 vpc open source initiative. All rights reserved.