Package | Description |
---|---|
org.jpc.converter.catalog | |
org.jpc.term | |
org.jpc.term.visitor |
Modifier and Type | Method and Description |
---|---|
T |
JRefToObjectConverter.fromTerm(JRef<T> term,
Type targetType,
Jpc context) |
Modifier and Type | Class and Description |
---|---|
static class |
JRef.StrongJRef<T> |
static class |
JRef.WeakJRef<T> |
Modifier and Type | Method and Description |
---|---|
static <T> JRef<T> |
JRef.jRef(T ref) |
static <T> JRef<T> |
JRef.softJRef(T ref) |
static <T> JRef<T> |
JRef.softJRef(T ref,
ReferenceQueue<? super T> referenceQueue) |
static <T> JRef<T> |
JRef.softJRef(T ref,
ReferenceQueue<? super T> referenceQueue,
Runnable cleaningTask) |
static <T> JRef<T> |
JRef.softJRef(T ref,
Runnable cleaningTask) |
static <T> JRef<T> |
JRef.weakJRef(T ref) |
static <T> JRef<T> |
JRef.weakJRef(T ref,
ReferenceQueue<? super T> referenceQueue) |
static <T> JRef<T> |
JRef.weakJRef(T ref,
ReferenceQueue<? super T> referenceQueue,
Runnable cleaningTask) |
static <T> JRef<T> |
JRef.weakJRef(T ref,
Runnable cleaningTask) |
Modifier and Type | Method and Description |
---|---|
void |
TermVisitor.visitJRef(JRef<?> jRef) |
void |
DefaultTermVisitor.visitJRef(JRef<?> jRef) |
void |
TermVisitor.visitSoftJRef(JRef<?> jRef) |
void |
DefaultTermVisitor.visitSoftJRef(JRef<?> jRef) |
void |
TermVisitor.visitWeakJRef(JRef<?> jRef) |
void |
DefaultTermVisitor.visitWeakJRef(JRef<?> jRef) |
Copyright © 2014. All rights reserved.