Java org.aspectj.weaver World fields, constructors, methods, implement or subclass

Example usage for Java org.aspectj.weaver World fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.aspectj.weaver World.

The text is from its open source code.

Method

LintgetLint()
ResolvedTyperesolve(UnresolvedType ty)
Resolve a type that we require to be present in the world
ResolvedType[]resolve(UnresolvedType[] types)
Convenience method for resolving an array of unresolved types in one hit.
ResolvedTyperesolve(ResolvedType ty)
Some TypeFactory operations create resolved types directly, but these won't be in the typeMap - this resolution process puts them there.
ResolvedTyperesolve(String name)
Convenience method for finding a type by name and resolving it in one step.
ResolvedMemberresolve(Member member)
Member resolution is achieved by resolving the declaring type and then looking up the member in the resolved declaring type.