|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmlspecs.jml4.rac.RacTranslator
org.jmlspecs.jml4.rac.MethodHeaderTranslator
public abstract class MethodHeaderTranslator
Translates a method or constructor header along with its specification such as pre and postconditions to a set of RAC methods.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jmlspecs.jml4.rac.RacConstants |
---|
RacConstants.Behavior, RacConstants.Condition |
Field Summary |
---|
Method Summary | |
---|---|
abstract RacMethodDeclaration |
createInternalMethod(AbstractMethodDeclaration meth)
Creates an internal method for the given method. |
abstract RacMethodDeclaration |
createInternalMethod(MethodBinding meth)
Creates an internal method for the given method. |
abstract AbstractMethodDeclaration |
createWrapperMethod(AbstractMethodDeclaration meth)
Creates a wrapper method for the given method. |
static MethodHeaderTranslator |
forClass()
Compilation unit of which methods to be translated. |
static MethodHeaderTranslator |
forInterface(TypeDeclaration sourceType)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static MethodHeaderTranslator forClass()
public static MethodHeaderTranslator forInterface(TypeDeclaration sourceType)
public abstract RacMethodDeclaration createInternalMethod(AbstractMethodDeclaration meth)
createWrapperMethod(AbstractMethodDeclaration)
public abstract RacMethodDeclaration createInternalMethod(MethodBinding meth)
createWrapperMethod(AbstractMethodDeclaration)
public abstract AbstractMethodDeclaration createWrapperMethod(AbstractMethodDeclaration meth)
createInternalMethod(AbstractMethodDeclaration)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |