Package it.unive.lisa.imp.expressions
-
Class Summary Class Description IMPAddOrConcat An expression modeling the plus operation (+
) that, in some languages, represents either the string concatenation or the numeric addition depending on the types of its operands.IMPArrayAccess An expression modeling the array element access operation (array[index]
).IMPAssert An assertion in an IMP program.IMPNewArray An expression modeling the array allocation operation (new type[...]
).IMPNewObj An expression modeling the object allocation and initialization operation (new className(...)
).