Example usage for org.aspectj.asm.internal ProgramElement subclass-usage

List of usage examples for org.aspectj.asm.internal ProgramElement subclass-usage

Introduction

In this page you can find the example usage for org.aspectj.asm.internal ProgramElement subclass-usage.

Usage

From source file org.caesarj.compiler.asm.CaesarProgramElement.java

/**
 * This class represents the different nodes in the structure model. Offering
 * new caesar specific node kinds for e.g. virtual classes.
 * Note that the structure model does not exclusivly use CaesarProgramElementNodes,
 * but also uses StructureNodes (from aspectj), added by an asmadapter for relations
 * and links between (? TODO [question]: or only as Node.getRelations() ?).

From source file org.caesarj.compiler.asm.LinkNode.java

/**
 * 
 * TODO - Comments
 *
 * @author Thiago Tonelli Bartolomei <bart@macacos.org>
 *