A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://codeql.github.com/codeql-standard-libraries/go/semmle/go/Expr.qll/type.Expr$Expr.html below:

Expr

getBoolValue

Gets the boolean value this expression evalutes to, if any.

getExactValue

Gets the string representation of the exact value this expression evaluates to, if any.

getFloatValue

Gets the floating-point value this expression evaluates to, if any.

getGlobalValueNumber

Gets the global value number of this expression.

getIntValue

Gets the integer value this expression evaluates to, if any.

getKind

Gets the kind of this expression, which is an integer value representing the expression’s node type.

getNumericValue

Gets either getFloatValue or getIntValue.

getStringValue

Gets the string value this expression evaluates to, if any.

getType

Gets the type of this expression.

hasComplexValue

Holds if the complex value this expression evaluates to has real part real and imaginary part imag.

isConst

Holds if this expression is constant, that is, if its value is determined at compile-time.

isPlatformIndependentConstant

Holds if this expression has a constant value which is guaranteed not to depend on the platform where it is evaluated.

mayHaveOwnSideEffects

Holds if this expression may have observable side effects of its own (that is, independent of whether its sub-expressions may have side effects).

mayHaveSideEffects

Holds if the evaluation of this expression may produce observable side effects.

stripParens

Gets this expression, with any surrounding parentheses removed.

toString

Gets a textual representation of this element.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4