class Safrano::Filter::Leave

Leaves are Nodes with a parent but no children

Leaves are Nodes with a parent but no children

Attributes

parent[RW]

Public Instance Methods

accept?(tok, typ) click to toggle source

nil is considered as accepted, otherwise non-nil=the error

# File lib/odata/filter/tree.rb, line 27
def accept?(tok, typ)
  Parser::ErrorInvalidToken(tok, typ)
end
attach(_child) click to toggle source
# File lib/odata/filter/tree.rb, line 33
def attach(_child)
  Safrano::Filter::Parser::ErrorLeaveChild
end
check_types() click to toggle source
# File lib/odata/filter/tree.rb, line 31
def check_types; end