|
|
|
p_location(self,
args)
location ::= absolute_location location ::= feature_name location ::=
function |
source code
|
|
|
p_function(self,
args)
function ::= functional_operator open_paren location_list close_paren |
source code
|
|
|
p_absolute_location(self,
args)
absolute_location ::= local_location absolute_location ::= path colon
local_location |
source code
|
|
|
p_path(self,
args)
path ::= database double_colon primary_accession path ::=
primary_accession |
source code
|
|
|
p_feature_name(self,
args)
feature_name ::= path colon feature_label feature_name ::=
feature_label |
source code
|
|
|
p_feature_label(self,
args)
label ::= symbol |
source code
|
|
|
p_local_location(self,
args)
local_location ::= base_position local_location ::= between_position
local_location ::= base_range |
source code
|
|
|
p_location_list(self,
args)
location_list ::= location location_list ::= location_list comma
location |
source code
|
|
|
p_functional_operator(self,
args)
functional_operator ::= symbol |
source code
|
|
|
p_base_position(self,
args)
base_position ::= integer base_position ::= low_base_bound
base_position ::= high_base_bound base_position ::= two_base_bound |
source code
|
|
|
p_low_base_bound(self,
args)
low_base_bound ::= greater_than integer |
source code
|
|
|
p_high_base_bound(self,
args)
high_base_bound ::= less_than integer |
source code
|
|
|
p_two_base_bound_1(self,
args)
two_base_bound ::= open_paren base_position dot base_position
close_paren |
source code
|
|
|
p_two_base_bound_2(self,
args)
two_base_bound ::= base_position dot base_position |
source code
|
|
|
p_between_position(self,
args)
between_position ::= base_position caret base_position |
source code
|
|
|
p_base_range(self,
args)
base_range ::= base_position double_dot base_position base_range ::=
function double_dot base_position base_range ::= base_position
double_dot function base_range ::= function double_dot function |
source code
|
|
|
|
|
p_primary_accession(self,
args)
primary_accession ::= symbol |
source code
|
|
Inherited from Parsers.spark.GenericParser :
addRule ,
ambiguity ,
augment ,
buildState ,
buildTree ,
buildTree_r ,
collectRules ,
error ,
makeFIRST ,
parse ,
preprocess ,
resolve ,
typestring
|