Brick Library 0.1
Performance-portable stencil datalayout & codegen
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
st.alop.UnaryOperators Class Reference
Inheritance diagram for st.alop.UnaryOperators:
[legend]
Collaboration diagram for st.alop.UnaryOperators:
[legend]

Static Public Attributes

str Neg = "-"
 
str Pos = "+"
 
str Inc = "++"
 
str Dec = "--"
 
str Not = "!"
 
str BitNot = "~"
 

Detailed Description

Enumeration for unary operators in the AST

Member Data Documentation

◆ BitNot

str st.alop.UnaryOperators.BitNot = "~"
static

◆ Dec

str st.alop.UnaryOperators.Dec = "--"
static

◆ Inc

str st.alop.UnaryOperators.Inc = "++"
static

◆ Neg

str st.alop.UnaryOperators.Neg = "-"
static

◆ Not

str st.alop.UnaryOperators.Not = "!"
static

◆ Pos

str st.alop.UnaryOperators.Pos = "+"
static

The documentation for this class was generated from the following file: