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

java.lang.Object
  extended by org.simantics.databoard.parser.ast.value.AstReference
All Implemented Interfaces:
AstValue

public class AstReference
extends java.lang.Object
implements AstValue


Field Summary
 java.lang.String name
           
 
Constructor Summary
AstReference(java.lang.String name)
           
 
Method Summary
<T> T
accept(AstValueVisitor<T> v)
           
 void accept(AstValueVisitorVoid v)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final java.lang.String name
Constructor Detail

AstReference

public AstReference(java.lang.String name)
Method Detail

accept

public <T> T accept(AstValueVisitor<T> v)
Specified by:
accept in interface AstValue

accept

public void accept(AstValueVisitorVoid v)
Specified by:
accept in interface AstValue