Module: JPTGRAMMAR::LogicalAndExpr0

Defined in:
lib/parser/jptgrammar.rb

Instance Method Summary collapse

Instance Method Details

#basic_exprObject



2183
2184
2185
# File 'lib/parser/jptgrammar.rb', line 2183

def basic_expr
  elements[3]
end

#S1Object



2175
2176
2177
# File 'lib/parser/jptgrammar.rb', line 2175

def S1
  elements[0]
end

#S2Object



2179
2180
2181
# File 'lib/parser/jptgrammar.rb', line 2179

def S2
  elements[2]
end