Uses of Class
org.eclipse.jdt.internal.compiler.ast.FunctionalExpression

Packages that use FunctionalExpression
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.lookup   
org.eclipse.jdt.internal.compiler.problem   
 

Uses of FunctionalExpression in org.eclipse.jdt.internal.compiler
 

Methods in org.eclipse.jdt.internal.compiler with parameters of type FunctionalExpression
 int ClassFile.recordBootstrapMethod(FunctionalExpression expression)
           
 

Uses of FunctionalExpression in org.eclipse.jdt.internal.compiler.ast
 

Subclasses of FunctionalExpression in org.eclipse.jdt.internal.compiler.ast
 class LambdaExpression
           
 class ReferenceExpression
           
 

Fields in org.eclipse.jdt.internal.compiler.ast declared as FunctionalExpression
 FunctionalExpression[] CompilationUnitDeclaration.functionalExpressions
           
 

Methods in org.eclipse.jdt.internal.compiler.ast that return FunctionalExpression
protected  FunctionalExpression LambdaExpression.original()
           
 

Methods in org.eclipse.jdt.internal.compiler.ast with parameters of type FunctionalExpression
 int CompilationUnitDeclaration.record(FunctionalExpression expression)
           
 

Uses of FunctionalExpression in org.eclipse.jdt.internal.compiler.lookup
 

Constructors in org.eclipse.jdt.internal.compiler.lookup with parameters of type FunctionalExpression
ConstraintExceptionFormula(FunctionalExpression left, TypeBinding type)
           
 

Uses of FunctionalExpression in org.eclipse.jdt.internal.compiler.problem
 

Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type FunctionalExpression
 void ProblemReporter.descriptorHasInvisibleType(FunctionalExpression expression, ReferenceBinding referenceBinding)
           
 void ProblemReporter.illFormedParameterizationOfFunctionalInterface(FunctionalExpression target)
           
 void ProblemReporter.multipleFunctionalInterfaces(FunctionalExpression functionalExpression)
           
 void ProblemReporter.targetTypeIsNotAFunctionalInterface(FunctionalExpression target)