예제 #1
0
파일: Expression.cs 프로젝트: Banyc/MiniSQL
 // get the value of this Expression
 public AtomValue Calculate(List <AttributeDeclaration> declarations, List <AtomValue> values)
 {
     return(Calculate(AttributeHelper.GetAttributeValues(declarations, values)));
 }