Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.Clinit
Packages that use Clinit
Package
Description
-
Uses of Clinit in org.aspectj.ajdt.internal.compiler.ast
Subclasses of Clinit in org.aspectj.ajdt.internal.compiler.astConstructors in org.aspectj.ajdt.internal.compiler.ast with parameters of type ClinitModifierConstructorDescriptionAspectClinit(Clinit old, CompilationResult compilationResult, boolean hasPre, boolean hasPost, FieldBinding initFailureField) -
Uses of Clinit in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type ClinitModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(Clinit clinit, ClassScope scope) booleanASTVisitor.visit(Clinit clinit, ClassScope scope) booleanGenericAstVisitor.visit(Clinit clinit, ClassScope scope)