class Crystal::Macros::AsmOperand
  
  
  Overview
An output or input operand for an Asm node.
Every operand node is equivalent to:
{{ node.constraint }}({{ node.exp }})
  Defined in:
compiler/crystal/macros.crInstance Method Summary
- 
        #constraint : StringLiteral
        
          
Returns the constraint string of this operand.
 - 
        #exp : ASTNode
        
          
Returns the associated output or input argument of this operand.