dotty.tools.backend.jvm.BCodeSkelBuilder.LoadDestination
 
  The destination of a value generated by genLoadTo.
  
 
  Attributes
  
   - 
    Graph
   
 
   - 
    
     
     
     
    
    
   - 
    Supertypes
   
 
   - 
    
     
     
     
     
     
     
      trait Matchable
     
     
      class Any
     
Show all
     
    
  
 
 
 Members list
 
 
  
   
    
     
      
      
       
        
         
         
        
        
         
          
          
         
         
          
          
           
           
            
             The value is put on the stack, and control flows through to the next opcode.
             
            
             
              The value is put on the stack, and control flows through to the next opcode.
              
             Attributes
             
             
            
           
          
         
        
         
          
          
         
         
          
          
           
           
            
             The value is put on the stack, and control flow is transferred to the given label.
             
            
             
              The value is put on the stack, and control flow is transferred to the given label.
              
             Attributes
             
             
            
           
          
         
        
         
          
          
         
         
          
          
           
           
            
             The value is RETURN'ed from the enclosing method.
             
            
             
              The value is RETURN'ed from the enclosing method.
              
             Attributes