| Package | Description |
|---|---|
| org.marid.bd | |
| org.marid.bd.blocks.expressions | |
| org.marid.bd.blocks.meta | |
| org.marid.bd.blocks.proto | |
| org.marid.bd.blocks.statements | |
| org.marid.bd.components |
| Modifier and Type | Field and Description |
|---|---|
Block.In |
IoBlock.input |
| Modifier and Type | Method and Description |
|---|---|
Block.In |
BlockLink.getBlockInput() |
Block.In |
BlockComponent.Input.getInput() |
| Modifier and Type | Method and Description |
|---|---|
List<Block.In> |
Block.getInputs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BlockLink.matches(Block.Out output,
Block.In input) |
boolean |
BlockLink.matchesInput(Block.In input) |
| Constructor and Description |
|---|
BlockLink(Block.Out output,
Block.In input) |
| Modifier and Type | Field and Description |
|---|---|
Block.In |
ConstructorCallExpressionBlock.argsIn |
Block.In |
ConstructorCallExpressionBlock.classIn |
Block.In |
CastBlock.classInput |
Block.In |
TernaryBlock.expInput |
Block.In |
CastBlock.exprInput |
Block.In |
TernaryBlock.falseInput |
Block.In |
CompareIdentityBlock.leftInput |
Block.In |
BinExpBlock.leftInput |
Block.In |
CompareIdentityBlock.rightInput |
Block.In |
BinExpBlock.rightInput |
Block.In |
TernaryBlock.trueInput |
| Modifier and Type | Field and Description |
|---|---|
Block.In |
MethodBlock.annotationsInput |
Block.In |
UserClassBlock.annotationsInput |
Block.In |
MethodBlock.bodyInput |
Block.In |
AnnotationBlock.classNodeInput |
Block.In |
UserClassBlock.constructorsInput |
Block.In |
UserClassBlock.fieldsInput |
Block.In |
UserClassBlock.interfacesInput |
Block.In |
AnnotationBlock.membersInput |
Block.In |
UserClassBlock.methodsInput |
Block.In |
UserClassBlock.mixinsInput |
Block.In |
MethodBlock.parametersInput |
Block.In |
MethodBlock.returnTypeInput |
Block.In |
UserClassBlock.superClassInput |
| Modifier and Type | Field and Description |
|---|---|
Block.In |
PbServiceBlock.busesInput |
| Modifier and Type | Field and Description |
|---|---|
Block.In |
ForBlock.bodyInput |
Block.In |
WhileBlock.bodyInput |
Block.In |
CatchBlock.bodyInput |
Block.In |
SwitchBlock.caseInput |
Block.In |
TryCatchBlock.catchInput |
Block.In |
SwitchBlock.defaultInput |
Block.In |
IfBlock.elseInput |
Block.In |
SwitchBlock.expressionInput |
Block.In |
IfBlock.exprInput |
Block.In |
SynchronizedBlock.exprInput |
Block.In |
ForBlock.exprInput |
Block.In |
WhileBlock.exprInput |
Block.In |
TryCatchBlock.finallyInput |
Block.In |
ForBlock.paramInput |
Block.In |
IfBlock.statementInput |
Block.In |
SynchronizedBlock.stmtInput |
Block.In |
TryCatchBlock.tryInput |
Block.In |
CatchBlock.variableInput |
| Modifier and Type | Field and Description |
|---|---|
protected Block.In |
DefaultBlockComponent.DefaultInput.input |
| Modifier and Type | Method and Description |
|---|---|
Block.In |
DefaultBlockComponent.DefaultInput.getInput() |
| Constructor and Description |
|---|
DefaultInput(Block.In input) |
Copyright © 2012–2015 MARID software development group. All rights reserved.