public class BinExpBlock extends StandardBlock implements ConfigurableBlock
| Modifier and Type | Class and Description |
|---|---|
class |
BinExpBlock.BinExpEditor |
static interface |
BinExpBlock.BinExpListener |
static class |
BinExpBlock.TokenType |
Block.BlockProxy, Block.In, Block.Outorg.marid.logging.LogSupport.Log| Modifier and Type | Field and Description |
|---|---|
protected org.codehaus.groovy.ast.expr.Expression |
left |
Block.In |
leftInput |
Block.Out |
output |
protected org.codehaus.groovy.ast.expr.Expression |
right |
Block.In |
rightInput |
protected BinExpBlock.TokenType |
tokenType |
color, label, name, visualRepresentationLOGGERS| Constructor and Description |
|---|
BinExpBlock() |
| Modifier and Type | Method and Description |
|---|---|
org.codehaus.groovy.ast.expr.BinaryExpression |
binaryExpression() |
StandardBlockComponent<? extends BinExpBlock> |
createComponent() |
BinExpBlock.BinExpEditor |
createWindow(Window parent) |
BinExpBlock.TokenType |
getTokenType() |
void |
reset() |
void |
setTokenType(BinExpBlock.TokenType token) |
color, getColor, getLabel, getName, getVisualRepresentation, label, name, visualRepresentationaddEventListener, fireEvent, getId, getInputs, getOutputs, getVisualRepresentation, removeListener, toString, transfer, writeReplaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompareToconfig, fine, finer, finest, info, log, log, logger, severe, severe, warning, warningafterBuildprotected BinExpBlock.TokenType tokenType
protected org.codehaus.groovy.ast.expr.Expression left
protected org.codehaus.groovy.ast.expr.Expression right
public final Block.In leftInput
public final Block.In rightInput
public final Block.Out output
public StandardBlockComponent<? extends BinExpBlock> createComponent()
createComponent in class StandardBlockpublic BinExpBlock.BinExpEditor createWindow(Window parent)
createWindow in interface ConfigurableBlockpublic BinExpBlock.TokenType getTokenType()
public void setTokenType(BinExpBlock.TokenType token)
public org.codehaus.groovy.ast.expr.BinaryExpression binaryExpression()
Copyright © 2012–2015 MARID software development group. All rights reserved.