Modifier and Type | Field and Description |
---|---|
static BlockStatement |
BlockStatement.EMPTY_BLOCK |
Modifier and Type | Method and Description |
---|---|
BlockStatement |
BlockStatement.addAllStatements(Collection<Statement> stmts) |
BlockStatement |
BlockStatement.addStatement(Statement statement) |
Modifier and Type | Method and Description |
---|---|
T |
MethodBuildCallback.callback(BlockStatement statement,
DefParameters parms,
DefModifiers modifiers,
ThrowsDeclaration throwsDeclaration,
List<Annotation> annotations,
String comment) |
Modifier and Type | Field and Description |
---|---|
protected BlockStatement |
BlockBuilderImpl.blockStatement |
Constructor and Description |
---|
BlockBuilderImpl(BlockStatement blockStatement,
BuildCallback<T> callback) |
Modifier and Type | Method and Description |
---|---|
BlockStatement |
AbstractConditionalBlock.getBlock() |
BlockStatement |
TryBlock.getBlock() |
BlockStatement |
SwitchBlock.getCaseBlock(LiteralValue<?> value) |
BlockStatement |
TryBlock.getCatchBlock(Variable exceptionVar) |
BlockStatement |
SwitchBlock.getDefaultBlock() |
BlockStatement |
IfBlock.getElseBlock() |
BlockStatement |
TryBlock.getFinallyBlock() |
Constructor and Description |
---|
AbstractConditionalBlock(BooleanExpression condition,
BlockStatement block) |
DoWhileLoop(BooleanExpression condition,
BlockStatement block) |
ForLoop(BooleanExpression condition,
BlockStatement block) |
ForLoop(BooleanExpression condition,
BlockStatement block,
Statement initializer,
Statement afterBlock) |
WhileLoop(BooleanExpression condition,
BlockStatement block) |
WhileLoop(BooleanExpressionBuilder condition,
BlockStatement block) |
Modifier and Type | Method and Description |
---|---|
BlockStatement |
BuildMetaMethod.getBody() |
BlockStatement |
BuildMetaClass.getInstanceInitializer() |
BlockStatement |
BuildMetaClass.getStaticInitializer() |
Modifier and Type | Method and Description |
---|---|
void |
BuildMetaMethod.setBody(BlockStatement body) |
Constructor and Description |
---|
BuildMetaMethod(BuildMetaClass declaringClass,
BlockStatement body,
Scope scope,
DefModifiers modifiers,
String name,
MetaClass returnType,
DefParameters defParameters,
ThrowsDeclaration throwsDeclaration) |
ShadowBuildMetaMethod(BuildMetaClass declaringClass,
BlockStatement body,
Scope scope,
DefModifiers modifiers,
String name,
MetaClass returnType,
DefParameters defParameters,
ThrowsDeclaration throwsDeclaration,
MetaMethod shadow) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.