Uses of Class
story.scheherazade.prologuer.SyntaxRestrictionType

Packages that use SyntaxRestrictionType
story.scheherazade.prologuer   
 

Uses of SyntaxRestrictionType in story.scheherazade.prologuer
 

Fields in story.scheherazade.prologuer declared as SyntaxRestrictionType
static SyntaxRestrictionType SyntaxRestrictionType.Ac_ing
           
static SyntaxRestrictionType SyntaxRestrictionType.Ac_to_inf
           
static SyntaxRestrictionType SyntaxRestrictionType.Acc_ing
           
static SyntaxRestrictionType SyntaxRestrictionType.Adv_loc
           
static SyntaxRestrictionType SyntaxRestrictionType.Be_sc_ing
           
static SyntaxRestrictionType SyntaxRestrictionType.Definite
           
static SyntaxRestrictionType SyntaxRestrictionType.For_comp
           
static SyntaxRestrictionType SyntaxRestrictionType.Genitive
           
static SyntaxRestrictionType SyntaxRestrictionType.How_extract
           
static SyntaxRestrictionType SyntaxRestrictionType.Np_ing
           
static SyntaxRestrictionType SyntaxRestrictionType.Np_omit_ing
           
static SyntaxRestrictionType SyntaxRestrictionType.Np_p_ing
           
static SyntaxRestrictionType SyntaxRestrictionType.Np_ppart
           
static SyntaxRestrictionType SyntaxRestrictionType.Np_to_inf
           
static SyntaxRestrictionType SyntaxRestrictionType.Np_tobe
           
static SyntaxRestrictionType SyntaxRestrictionType.Oc_bare_inf
           
static SyntaxRestrictionType SyntaxRestrictionType.Oc_ing
           
static SyntaxRestrictionType SyntaxRestrictionType.Oc_to_inf
           
static SyntaxRestrictionType SyntaxRestrictionType.Plural
           
static SyntaxRestrictionType SyntaxRestrictionType.Pos_ing
           
static SyntaxRestrictionType SyntaxRestrictionType.Poss
           
static SyntaxRestrictionType SyntaxRestrictionType.Poss_ing
           
static SyntaxRestrictionType SyntaxRestrictionType.Possing
           
static SyntaxRestrictionType SyntaxRestrictionType.Quotation
           
static SyntaxRestrictionType SyntaxRestrictionType.Refl
           
static SyntaxRestrictionType SyntaxRestrictionType.Rs_to_inf
           
static SyntaxRestrictionType SyntaxRestrictionType.Sc_ing
           
static SyntaxRestrictionType SyntaxRestrictionType.Sc_to_inf
           
static SyntaxRestrictionType SyntaxRestrictionType.Sentential
           
static SyntaxRestrictionType SyntaxRestrictionType.Small_clause
           
static SyntaxRestrictionType SyntaxRestrictionType.Tensed_that
           
static SyntaxRestrictionType SyntaxRestrictionType.That_comp
           
static SyntaxRestrictionType SyntaxRestrictionType.To_be
           
static SyntaxRestrictionType SyntaxRestrictionType.To_inf_rs
           
static SyntaxRestrictionType SyntaxRestrictionType.Vc_to_inf
           
static SyntaxRestrictionType SyntaxRestrictionType.Wh_comp
           
static SyntaxRestrictionType SyntaxRestrictionType.Wh_inf
           
static SyntaxRestrictionType SyntaxRestrictionType.What_extract
           
static SyntaxRestrictionType SyntaxRestrictionType.What_inf
           
static SyntaxRestrictionType SyntaxRestrictionType.Wheth_inf
           
 

Methods in story.scheherazade.prologuer that return SyntaxRestrictionType
static SyntaxRestrictionType SyntaxRestrictionType.get(int number)
          Return the corresponding SyntaxRestrictionType for the given number.
static SyntaxRestrictionType SyntaxRestrictionType.get(java.lang.String string)
          Static version of get() that gets around the Java restriction on static types in interfaces.
 SyntaxRestrictionType SyntaxRestriction.getType()
           
 

Methods in story.scheherazade.prologuer with parameters of type SyntaxRestrictionType
 boolean SyntaxRestrictions.forbids(SyntaxRestrictionType type)
          Does the set forbid some type?
 boolean SyntaxRestrictions.supports(SyntaxRestrictionType type)
          Does the set support some type?
 



Copyright © 2011 David K. Elson. All Rights Reserved.