Class ExprVariable
java.lang.Object
org.yamcs.studio.autocomplete.parser.engine.expr.Expr
org.yamcs.studio.autocomplete.parser.engine.expr.ExprVariable
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static ExprVariable[]
findVariables
(Expr expr) static void
findVariables
(Expr expr, List<ExprVariable> vars) getName()
int
hashCode()
void
setAnnotation
(Object annotation) void
setConstantValue
(Expr value) void
toString()
void
validate()
-
Constructor Details
-
ExprVariable
-
-
Method Details
-
getName
-
setName
-
setAnnotation
-
getAnnotation
-
setConstantValue
-
getConstantValue
-
toString
-
hashCode
public int hashCode() -
equals
-
findVariables
-
findVariables
-
validate
- Overrides:
validate
in classExpr
- Throws:
ExprException
-