To continue reading the JQuery 3 documention, see below.
The first time you start JQuery, the view will be empty. To get started:
These are the core facts.
Predicate | Description |
arg(?M, ?T) |
Method ?M has an argument of type ?T |
child(?Parent,?Child) |
Element ?Parent has child element ?Child. |
class(?Class) |
?Class is a class |
constructor(?Class,?cons) |
Class ?Class declares constructor ?cons |
constructor(?Cons) |
?Cons is a constructor |
creator(?Cted, ?Ctor, ?Loc) |
Class ?Cted is created by method or initializor ?Ctor and source location ?Loc |
extends(?RefType1,?RefType2) |
?RefType1 extends ?RefType2 |
field(?Field) |
?Field is a field |
field(?Type,?field) |
Type ?Type declares field ?field |
implements(?Class,?Interface) |
Class ?Class implements interface ?Interface |
inheritedField(?Type,?field,?InhFromType) |
?Type inherits field ?field from type ?InhFromType |
inheritedMethod(?Class,?method,?InhFrom) |
?Class inherits method ?method from ?InhFrom |
instanceOf(?Block,?Type,?Loc) |
?Block performs an instanceof test for type ?Type at source location ?Loc |
interface(?Int |
?Int is an interface |
method(?Meth) |
?Meth is a normal method (excludes constructors) |
method(?Type,?method) |
Type ?Type declares method ?method |
modifier(?Element, ?Mod) |
?Element was declared with modifier ?Mod |
name(?Element,?NameString) |
?Element has name ?NameString |
package(?Element,?Pkg) |
?Element is in package ?Pkg |
package(?Pkg) |
?P is a package |
primitive(?Prim) |
?P is a primitive type |
qname(?Element,?QNameStr) |
?Element has fully qualified name ?QNameStr |
re_match(?RegExp,?Str) |
String ?Str matches regular expression ?RegExp |
re_name(?X,/regexp/) |
?X has a name that matches regexp |
reads(?Block,?Field,?Loc) |
?Block reads ?Field at source location ?Loc |
returns(?M, ?T) |
Method ?M has return type ?T |
signature(?M, ?S) |
Method ?M has signature ?S |
tag(?Element,?Name,?Value) |
?Element has Javadoc tag ?Name with ?Value |
throws(?Callable,?ExType) |
Method or Constructor ?Callable is declared to throw exception of type ?ExType |
type(?Field,?Type) |
Field ?Field is of type ?Type |
type(?Type) |
?Type is a class, interface, or primitive |
viewFromHere(?X,?ViewJavaStructure) |
?ViewJavaStructure is a tree representation of all child relationships below parent element ?X |
writes(?Block,?Field,?Loc) |
?Block writes ?Field at source location ?Loc |