What negation is doing in MethodInvocation node? And what negation is doing in the
VariableAccessorNode? What type cast is doing in VariableAccessorNode? Why does variable
accessor has array? Is't not accessor_s_. Accessor. Only one. Accessor only knows only
name of the variable it's accessing and the target of access. During parsing
PJVariableAccessorNode is created as part of identifierWithAccessors, primary and selector
grammars.
As for me this is madness. Yes, I made some mess to when I created InfixOperation instead
of all the additive expressions, multiplicative expressions, etc... But to do it right now
you just have to define a new node and create it for a related grammar instead of infix
expression node.
I think that right now PetitJava is a bigger mess than it was
Надіслано з iPhone