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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ExprVariable[]findVariables(Expr expr) static voidfindVariables(Expr expr, List<ExprVariable> vars) getName()inthashCode()voidsetAnnotation(Object annotation) voidsetConstantValue(Expr value) voidtoString()voidvalidate()
-
Constructor Details
-
ExprVariable
-
-
Method Details
-
getName
-
setName
-
setAnnotation
-
getAnnotation
-
setConstantValue
-
getConstantValue
-
toString
-
hashCode
public int hashCode() -
equals
-
findVariables
-
findVariables
-
validate
- Overrides:
validatein classExpr- Throws:
ExprException
-