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

Packages that use UnionTypeReference
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.codegen   
 

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

Methods in org.eclipse.jdt.internal.compiler with parameters of type UnionTypeReference
 void ASTVisitor.endVisit(UnionTypeReference unionTypeReference, BlockScope scope)
           
 void ASTVisitor.endVisit(UnionTypeReference unionTypeReference, ClassScope scope)
           
 boolean ASTVisitor.visit(UnionTypeReference unionTypeReference, BlockScope scope)
           
 boolean ASTVisitor.visit(UnionTypeReference unionTypeReference, ClassScope scope)
           
 

Uses of UnionTypeReference in org.eclipse.jdt.internal.compiler.codegen
 

Methods in org.eclipse.jdt.internal.compiler.codegen with parameters of type UnionTypeReference
 void MultiCatchExceptionLabel.initialize(UnionTypeReference typeReference)
           
 



Copyright © 2012. All Rights Reserved.