|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jdt.internal.compiler.ast.ASTNode
org.eclipse.jdt.internal.compiler.ast.Statement
org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration
org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
org.jmlspecs.jml4.ast.JmlFieldDeclaration
org.jmlspecs.jml4.rac.RacFieldDeclaration
public class RacFieldDeclaration
A fake method declaration to store runtime assertion checking method in the source code format.
| Field Summary | |
|---|---|
java.lang.String |
racCode
Source code of a RAC field. |
| Fields inherited from class org.jmlspecs.jml4.ast.JmlFieldDeclaration |
|---|
dataGroups |
| Fields inherited from class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration |
|---|
binding, endPart1Position, endPart2Position, javadoc |
| Fields inherited from class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration |
|---|
annotations, declarationEnd, declarationSourceEnd, declarationSourceStart, ENUM_CONSTANT, FIELD, hiddenVariableDepth, initialization, INITIALIZER, LOCAL_VARIABLE, modifiers, modifiersSourceStart, name, PARAMETER, type, TYPE_PARAMETER |
| Constructor Summary | |
|---|---|
RacFieldDeclaration()
Creates a new instance. |
|
RacFieldDeclaration(java.lang.String code)
Creates a new instance. |
|
| Method Summary | |
|---|---|
java.lang.StringBuffer |
printAsExpression(int indent,
java.lang.StringBuffer output)
|
java.lang.StringBuffer |
printStatement(int indent,
java.lang.StringBuffer output)
|
| Methods inherited from class org.jmlspecs.jml4.ast.JmlFieldDeclaration |
|---|
analyseCode, generateCode, initJmlModifiersFromAnnotations, isModel, print, resolve |
| Methods inherited from class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration |
|---|
getKind, isStatic, traverse |
| Methods inherited from class org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration |
|---|
analyseCode, genericTypeArguments, isSuperAccess, isTypeAccess, resolve, setActualReceiverType, setDepth, setFieldIndex |
| Methods inherited from class org.eclipse.jdt.internal.compiler.ast.Statement |
|---|
branchChainTo, complainIfUnreachable, generateArguments, isEmptyBlock, isValidJavaStatement, resolveCase |
| Methods inherited from class org.eclipse.jdt.internal.compiler.ast.ASTNode |
|---|
checkInvocationArguments, concreteStatement, isFieldUseDeprecated, isImplicitThis, isMethodUseDeprecated, isSuper, isThis, isTypeUseDeprecated, printAnnotations, printIndent, printModifiers, resolveAnnotations, resolveDeprecatedAnnotations, sourceEnd, sourceStart, toString, traverse |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite |
|---|
sourceEnd, sourceStart |
| Field Detail |
|---|
public java.lang.String racCode
| Constructor Detail |
|---|
public RacFieldDeclaration()
public RacFieldDeclaration(java.lang.String code)
| Method Detail |
|---|
public java.lang.StringBuffer printAsExpression(int indent,
java.lang.StringBuffer output)
printAsExpression in class JmlFieldDeclaration
public java.lang.StringBuffer printStatement(int indent,
java.lang.StringBuffer output)
printStatement in class JmlFieldDeclaration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||