153154155156157158159160
getType()); } @Override public boolean isSubListOf(IList e) { throw new IllegalOperationException("isEqual over buffered list", getType()); }
160161162163164165166167
} @Override public IList replace(int first, int second, int end, IList repl) throws FactTypeUseException, IndexOutOfBoundsException { throw new IllegalOperationException("replace over buffered list", getType()); }
171172173174175176177178179
return false; } @Override public IListRelation<IList> asRelation() { throw new IllegalOperationException( "Relational operations are not supported on lazy representation.", getType()); }
183184185186187188189190
return false; } @Override public IAnnotatable<? extends IValue> asAnnotatable() { throw new IllegalOperationException( "Cannot be viewed as annotatable.", getType()); }
194195196197198199200201
return false; } @Override public IWithKeywordParameters<? extends IValue> asWithKeywordParameters() { throw new IllegalOperationException( "Cannot be viewed as with keyword parameters", getType()); }
5152535455565758
5758596061626364
"Cannot be viewed as annotatable.", getType()); } @Override public IWithKeywordParameters<? extends IValue> asWithKeywordParameters() { throw new IllegalOperationException( "Cannot be viewed as with keyword parameters.", getType()); }
413414415416417418419420
return false; } @Override public IAnnotatable<? extends INode> asAnnotatable() { throw new IllegalOperationException( "Facade cannot be viewed as annotatable.", getType()); }
424425426427428429430431
return false; } @Override public IWithKeywordParameters<? extends INode> asWithKeywordParameters() { throw new IllegalOperationException( "Facade cannot be viewed as with keyword parameters.", getType()); }
157158159160161162163164