CodeQL library for Go
codeql/go-all 0.7.15-dev (changelog, source)
Search

Class Revel::RawTemplateRead

A read in a Revel template that uses Revel’s raw function.

Import path

import semmle.go.frameworks.Revel

Direct supertypes

Indirect supertypes

Inherited fields

Inherited predicates

getEnclosingTextNode

Get the HTML element that contains this template read.

from TemplateRead
getFieldName

Gets the name of the field being read. This may include dots if nested fields are used.

from TemplateRead
getFile

Gets the file in which this read appears.

from TemplateRead
getReadVariable

Gets the variable with fields that is read if arg is passed to this template execution.

from TemplateRead
hasLocationInfo

Holds if this element is at the specified location. The location spans column startcolumn of line startline to column endcolumn of line endline in file filepath. For more information, see Locations.

from TemplateRead
toString

Gets a textual representation of this statement.

from TemplateRead

Charpred