|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Statement in org.eclipse.jdt.internal.codeassist.complete |
---|
Uses of Statement in org.eclipse.jdt.internal.codeassist.select |
---|
Uses of Statement in org.eclipse.jdt.internal.compiler.ast |
---|
Fields in org.eclipse.jdt.internal.compiler.ast declared as Statement | |
---|---|
Statement |
WhileStatement.action
|
Statement |
ForStatement.action
|
Statement |
ForeachStatement.action
|
Statement |
DoStatement.action
|
Statement |
IfStatement.elseStatement
|
Statement[] |
ForStatement.increments
|
Statement[] |
ForStatement.initializations
|
Statement |
LabeledStatement.statement
|
Statement[] |
SwitchStatement.statements
|
Statement[] |
Block.statements
|
Statement[] |
AbstractMethodDeclaration.statements
|
Statement |
IfStatement.thenStatement
|
Constructors in org.eclipse.jdt.internal.compiler.ast with parameters of type Statement | |
---|---|
DoStatement(Expression condition,
Statement action,
int sourceStart,
int sourceEnd)
|
|
ForStatement(Statement[] initializations,
Expression condition,
Statement[] increments,
Statement action,
boolean neededScope,
int s,
int e)
|
|
ForStatement(Statement[] initializations,
Expression condition,
Statement[] increments,
Statement action,
boolean neededScope,
int s,
int e)
|
|
ForStatement(Statement[] initializations,
Expression condition,
Statement[] increments,
Statement action,
boolean neededScope,
int s,
int e)
|
|
IfStatement(Expression condition,
Statement thenStatement,
int sourceStart,
int sourceEnd)
|
|
IfStatement(Expression condition,
Statement thenStatement,
Statement elseStatement,
int sourceStart,
int sourceEnd)
|
|
LabeledStatement(char[] label,
Statement statement,
long labelPosition,
int sourceEnd)
LabeledStatement constructor comment. |
|
WhileStatement(Expression condition,
Statement action,
int s,
int e)
|
Uses of Statement in org.eclipse.jdt.internal.compiler.parser |
---|
Fields in org.eclipse.jdt.internal.compiler.parser declared as Statement | |
---|---|
Statement |
RecoveredStatement.statement
|
Methods in org.eclipse.jdt.internal.compiler.parser that return Statement | |
---|---|
Statement |
RecoveredType.updatedStatement()
|
Statement |
RecoveredStatement.updatedStatement()
|
Statement |
RecoveredLocalVariable.updatedStatement()
|
Statement |
RecoveredBlock.updatedStatement()
|
Statement |
RecoveredBlock.updateStatement()
|
Methods in org.eclipse.jdt.internal.compiler.parser with parameters of type Statement | |
---|---|
RecoveredElement |
RecoveredMethod.add(Statement statement,
int bracketBalanceValue)
|
RecoveredElement |
RecoveredLocalVariable.add(Statement stmt,
int bracketBalanceValue)
|
RecoveredElement |
RecoveredInitializer.add(Statement statement,
int bracketBalanceValue)
|
RecoveredElement |
RecoveredField.add(Statement statement,
int bracketBalanceValue)
|
RecoveredElement |
RecoveredElement.add(Statement statement,
int bracketBalanceValue)
|
RecoveredElement |
RecoveredBlock.add(Statement stmt,
int bracketBalanceValue)
|
RecoveredElement |
RecoveredBlock.add(Statement stmt,
int bracketBalanceValue,
boolean delegatedByParent)
|
Constructors in org.eclipse.jdt.internal.compiler.parser with parameters of type Statement | |
---|---|
RecoveredStatement(Statement statement,
RecoveredElement parent,
int bracketBalance)
|
Uses of Statement in org.eclipse.jdt.internal.compiler.problem |
---|
Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type Statement | |
---|---|
void |
ProblemReporter.invalidConstructor(Statement statement,
MethodBinding targetConstructor)
|
void |
ProblemReporter.javadocInvalidConstructor(Statement statement,
MethodBinding targetConstructor,
int modifiers)
|
void |
ProblemReporter.unreachableCode(Statement statement)
|
Uses of Statement in org.eclipse.jdt.internal.eval |
---|
Subclasses of Statement in org.eclipse.jdt.internal.eval | |
---|---|
class |
CodeSnippetAllocationExpression
|
class |
CodeSnippetFieldReference
|
class |
CodeSnippetMessageSend
|
class |
CodeSnippetQualifiedNameReference
|
class |
CodeSnippetReturnStatement
A return statement inside a code snippet. |
class |
CodeSnippetSingleNameReference
A single name reference inside a code snippet can denote a field of a remote receiver object (that is, the receiver of the context in the stack frame). |
class |
CodeSnippetSuperReference
A super reference inside a code snippet denotes a reference to the super type of the remote receiver object (that is, the receiver of the context in the stack frame). |
class |
CodeSnippetThisReference
A this reference inside a code snippet denotes a remote receiver object (that is, the receiver of the context in the stack frame) |
class |
CodeSnippetTypeDeclaration
|
Uses of Statement in org.eclipse.jdt.internal.formatter |
---|
Subclasses of Statement in org.eclipse.jdt.internal.formatter | |
---|---|
static class |
CodeFormatterVisitor.MultiFieldDeclaration
|
Uses of Statement in org.jmlspecs.jml4.ast |
---|
Constructors in org.jmlspecs.jml4.ast with parameters of type Statement | |
---|---|
JmlDoStatement(JmlLoopAnnotations annotations,
Expression condition,
Statement action,
int sourceStart,
int sourceEnd)
|
|
JmlForStatement(JmlLoopAnnotations annotations,
Statement[] initializations,
Expression condition,
Statement[] increments,
Statement action,
boolean neededScope,
int s,
int e)
|
|
JmlForStatement(JmlLoopAnnotations annotations,
Statement[] initializations,
Expression condition,
Statement[] increments,
Statement action,
boolean neededScope,
int s,
int e)
|
|
JmlForStatement(JmlLoopAnnotations annotations,
Statement[] initializations,
Expression condition,
Statement[] increments,
Statement action,
boolean neededScope,
int s,
int e)
|
|
JmlWhileStatement(JmlLoopAnnotations annotations,
Expression condition,
Statement action,
int s,
int e)
|
Uses of Statement in org.jmlspecs.jml4.rac |
---|
Subclasses of Statement in org.jmlspecs.jml4.rac | |
---|---|
class |
RacFieldDeclaration
A fake method declaration to store runtime assertion checking method in the source code format. |
class |
RacTypeDeclaration
A fake type declaration to store a runtime assertion class such as a surrogate class in the source code format. |
Methods in org.jmlspecs.jml4.rac with parameters of type Statement | |
---|---|
static void |
Debugger.debug(Statement[] stmts)
Prints the given statements. |
static boolean |
InlineAssertionVisitor.isLoopAnnotated(Statement stmt)
|
static boolean |
InlineAssertionVisitor.isRacInlineAssertion(Statement stmt)
Return true if the given statement is a JML in-line assertion and currently supported for RAC. |
void |
InlineAssertionMerger.merge(Statement[] to,
Statement[] from)
Merges RAC code of JML in-line assertions contained in from to the ASTs of to . |
void |
InlineAssertionMerger.merge(Statement[] to,
Statement[] from)
Merges RAC code of JML in-line assertions contained in from to the ASTs of to . |
java.lang.StringBuffer |
InlineAssertionVisitor.translate(Statement stmt,
AbstractMethodDeclaration meth,
RacResult result)
Translates the given (in-line assertion) statement in the context of the given method and returns the translated RAC code. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |