public final class Unaccessible extends java.lang.Object implements AccessibleTerm
AccessibleTerm which can not be accessed. This serves as an AccessibleTerm adapter for arbitrary terms.| Constructor and Description |
|---|
Unaccessible(Term delegate) |
| Modifier and Type | Method and Description |
|---|---|
Callable |
callable(Configuration config,
Scope scope) |
java.lang.Object |
evaluate(Configuration config,
Scope scope) |
public Unaccessible(Term delegate)
public java.lang.Object evaluate(Configuration config, Scope scope) throws CarrotException
evaluate in interface TermCarrotException@Nonnull public Callable callable(@Nonnull Configuration config, @Nonnull Scope scope) throws CarrotException
callable in interface AccessibleTermCarrotException