org.simantics.databoard.parser.ast.value
Class AstComponentAssignment

java.lang.Object
  extended by org.simantics.databoard.parser.ast.value.AstComponentAssignment

public class AstComponentAssignment
extends java.lang.Object


Field Summary
 java.lang.String component
           
 AstValue value
           
 
Constructor Summary
AstComponentAssignment(java.lang.String component, AstValue value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

component

public final java.lang.String component

value

public final AstValue value
Constructor Detail

AstComponentAssignment

public AstComponentAssignment(java.lang.String component,
                              AstValue value)