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

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

Introduction

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

Prototype

Literal TRUE

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

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;
}