You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
example copied from FASTFortran (itself copied from FASTJava):
((tWithDeclarators property:#declarators) comment:'variables declared')
<>-* (tVariableDeclarator property:#parentDeclaration).
((tVariableDeclarator property:#expression) comment:'Expression assigned to the variable declared')
<>- (tExpression property:#variableDeclaratorOwner) .
((tVariableDeclarator property:#variable) comment:'The variable that is being declared')
<>- ((variable property:#parentDeclarator)
comment:'The declaration of this variable').
FASTTVariableDeclarator would have relation to:
mainly used in VariableDeclarations
The text was updated successfully, but these errors were encountered: