Lines Matching full:expression
20 #include <ir/expression.h>
33 class Expression; variable
37 …explicit ClassProperty(Expression *key, Expression *value, Expression *typeAnnotation, ModifierFla… in ClassProperty()
50 const Expression *Key() const in Key()
55 Expression *Key() in Key()
60 void SetKey(Expression *key) in SetKey()
65 const Expression *Value() const in Value()
70 Expression *Value() in Value()
75 const Expression *TypeAnnotation() const in TypeAnnotation()
80 Expression *TypeAnnotation() in TypeAnnotation()
148 Expression *key_;
149 Expression *value_;
150 Expression *typeAnnotation_;