Module: JPTGRAMMAR::ParenExpr0

Defined in:
lib/parser/jptgrammar.rb

Instance Method Summary collapse

Instance Method Details

#logical_not_opObject



2312
2313
2314
# File 'lib/parser/jptgrammar.rb', line 2312

def logical_not_op
  elements[0]
end

#SObject



2316
2317
2318
# File 'lib/parser/jptgrammar.rb', line 2316

def S
  elements[1]
end