|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.unisaarland.cs.st.jerify.verifier.helpers.CheckerTools
public class CheckerTools
Some wrapper/utility functions to the checkers framework
| Constructor Summary | |
|---|---|
CheckerTools()
|
|
| Method Summary | |
|---|---|
static javax.lang.model.element.Element |
elementFromExpr(com.sun.source.tree.ExpressionTree e)
Convert an ExpressTree to an Element if possible. |
static com.sun.source.tree.ExpressionTree |
getReceiverExpression(com.sun.source.tree.ExpressionTree expression)
Get the receiver Expression from an Expression tree. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckerTools()
| Method Detail |
|---|
public static final javax.lang.model.element.Element elementFromExpr(com.sun.source.tree.ExpressionTree e)
e - The ExpressionTree to convert
public static final com.sun.source.tree.ExpressionTree getReceiverExpression(com.sun.source.tree.ExpressionTree expression)
expression - The Expression in which to find the receiver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||