Lines Matching defs:self
31 def __init__(self, name, examples, supports_bitwise=False, supports_numeric=False): argument
37 def is_value_type(self): argument
40 def __repr__(self): argument
43 def __str__(self): argument
47 …def __init__(self, name, boxed_type, examples, ordinal=-1, width=-1, supports_bitwise=True, suppor… argument
53 def boxing_method(self): argument
56 def unboxing_method(self): argument
59 def is_value_type(self): argument
62 def __eq__(self, other): argument
65 def __hash__(self): argument
68 def __le__(self, other): argument
71 def __repr__(self): argument
74 def __str__(self): argument
109 …def __init__(self, name, supported_types=[], imports=[], declarations=[], lookup='', coordinates=[… argument
119 def get_name(self): argument
122 def get_coordinates(self): argument
125 def get_field_declarations(self, dictionary): argument
128 def get_imports(self): argument
131 def get_lookup(self, dictionary): argument
134 def get_supported_types(self): argument
137 def is_view(self): argument
140 def get_value(self, dictionary): argument
662 def __init__(self, method_name): argument
667 def get_return_type(self, var_type): argument
676 def get_number_of_var_type_arguments(self): argument
691 def is_read_only(self): argument
694 def get_java_bitwise_operator(self): argument
703 def get_java_numeric_operator(self): argument