Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.FunctionalExpression
Packages that use FunctionalExpression
Package
Description
-
Uses of FunctionalExpression in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
-
Uses of FunctionalExpression in org.aspectj.org.eclipse.jdt.internal.codeassist.select
Modifier and TypeClassDescriptionclassclassclass -
Uses of FunctionalExpression in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type FunctionalExpressionModifier and TypeMethodDescriptionintClassFile.recordBootstrapMethod(FunctionalExpression expression) -
Uses of FunctionalExpression in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Subclasses of FunctionalExpression in org.aspectj.org.eclipse.jdt.internal.compiler.astFields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as FunctionalExpressionMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return FunctionalExpressionMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type FunctionalExpressionModifier and TypeMethodDescriptionintCompilationUnitDeclaration.record(FunctionalExpression expression) intTypeDeclaration.record(FunctionalExpression expression) -
Uses of FunctionalExpression in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type FunctionalExpressionModifierConstructorDescription -
Uses of FunctionalExpression in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type FunctionalExpressionModifier and TypeMethodDescriptionvoidProblemReporter.descriptorHasInvisibleType(FunctionalExpression expression, ReferenceBinding referenceBinding) voidProblemReporter.illFormedParameterizationOfFunctionalInterface(FunctionalExpression target) voidProblemReporter.targetTypeIsNotAFunctionalInterface(FunctionalExpression target)