Class ErbToken
An ERB token. This could be embedded code, a comment, or arbitrary text.
Import path
import codeql.ruby.AST
Direct supertypes
Indirect supertypes
Known direct subtypes
Predicates
getAPrimaryQlClass | Gets the name of a primary CodeQL class to which this node belongs. |
getValue | Gets the string value of this token. |
toString | Gets a textual representation of this node. |
Inherited predicates
getLocation | Gets the location of this node. | from ErbAstNode |