Example usage for org.aspectj.weaver.ast Literal FALSE

List of usage examples for org.aspectj.weaver.ast Literal FALSE

Introduction

In this page you can find the example usage for org.aspectj.weaver.ast Literal FALSE.

Prototype

Literal FALSE

To view the source code for org.aspectj.weaver.ast Literal FALSE.

Click Source Link

Usage

From source file:org.caesarj.compiler.aspectj.CaesarKindedPointcut.java

License:Open Source License

public Test findResidue(Shadow shadow, ExposedState state) {
    return match(shadow).alwaysTrue() ? Literal.TRUE : Literal.FALSE;
}