mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
mention signatureExpr in section on use of identifier rules
This commit is contained in:
@@ -638,6 +638,7 @@ Identifiers are used in following syntactic constructs:
|
||||
classname ::= upperId
|
||||
dbasetype ::= atLowerId
|
||||
predicateRef ::= (moduleExpr "::")? literalId
|
||||
signatureExpr ::= (moduleExpr "::")? simpleId ("/" Integer | arguments)?;
|
||||
predicateName ::= lowerId
|
||||
varname ::= lowerId
|
||||
literalId ::= lowerId | atLowerId
|
||||
|
||||
Reference in New Issue
Block a user